Main Content

SignalIntegritySheet

Return sheet object of given Signal Integrity Toolbox interface object

Since R2023a

Description

The SignalIntegritySheet class object returns the sheet object from a given SignalIntegrityInterface object. You can get the current sheet, any specific sheet in the interface, or all the interface sheets.

Creation

Description

sh=int.CurrentSheet returns a SignalIntegritySheet class object corresponding to the current sheet of the SignalIntegrityInterface object int.

sh=int.Sheets(i) returns a SignalIntegritySheet class object corresponding to the i-th sheet of the SignalIntegrityInterface object int.

sh=int.Sheets returns the SignalIntegritySheet class objects corresponding to all the sheets of the SignalIntegrityInterface object int.

Properties

expand all

Name of the current sheet, specified as a string.

Determine whether the sheet is included in the simulation, specified as either true or false

SignalIntegrityState object representing current state in the sheet, specified as a class object.

SignalIntegritySimulation object(s) representing all the simulations that ran in the sheet, specified as a [1xN] class object. N represents the number of simulations.

Pre-layout solution space for the current state, specified as a [NxM] table. N represents the number of solution space variables.

Results of the simulations that ran in the current sheet being observed, specified as a [Nx(M+4)] table. N and M represent the number of simulations and the number of result variables, respectively.

Simulation parameters currently set, specified as a [1xN] table. N represents the number of simulation parameters.

SignalIntegrityState object(s) representing all the states in the current sheet, specified as [1xN] class object. N represents the number of states.

SignalIntegrityInterface object representing the parent interface, specified as a class object.

Version History

Introduced in R2023a