Main Content

createSheet

Create sheet in the current interface

Since R2024b

Description

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.

Input Arguments

collapse all

Signal Integrity Toolbox project, specified as an object.

Name of the sheet in the created project. The default name is sheet1.

Name-Value Arguments

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.

Version History

Introduced in R2024b