Main Content

SignalIntegrityState

Return state object of given Signal Integrity Toolbox sheet object

Since R2023a

Description

The SignalIntegrityState class object returns the state object from a given SignalIntegritySheet object. You can get the current state, any specific state in the sheet, or all the states in the sheet.

Creation

Description

st=sh.CurrentState returns a SignalIntegrityState class object corresponding to the current state of the SignalIntegritySheet object sh.

st=sh.States(i) returns a SignalIntegrityState class object corresponding to the i-th state of the SignalIntegritySheet object sh.

st=sh.States returns the SignalIntegrityState class objects corresponding to all the states of the SignalIntegritySheet object sh.

Properties

expand all

Name of the current state, specified as a string.

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

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

SignalIntegritySheet object representing the parent sheet, specified as a class object.

Version History

Introduced in R2023a