createSheet(project,sheetName)
creates a sheet named sheetName in the signal integrity project
project.
createSheet(___,Name=Value) creates a sheet in the
signal integrity project using the Name-Value pair arguments. Unspecified arguments take
default values.
Specify optional pairs of arguments as
Name1=Value1,...,NameN=ValueN, where Name is
the argument name and Value is the corresponding value.
Name-value arguments must appear after other arguments, but the order of the
pairs does not matter.
Example: createSheet(sip,'newsheet1',topology=false) creates a new
sheet named newsheet1 in the sip project without any
topology on the sheet.
Determine whether to create a topology on the sheet. By default, a topology is
created.
Determine whether the created topology on the sheet is differential or
single-ended.