Main Content
SignalIntegrityState
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
returns a
st
=sh.CurrentStateSignalIntegrityState
class object corresponding to the current state of
the SignalIntegritySheet
object sh
.
returns a
st
=sh.States(i)SignalIntegrityState
class object corresponding to the
i-th state of the SignalIntegritySheet
object
sh
.
returns the
st
=sh.StatesSignalIntegrityState
class objects corresponding to all the states of the
SignalIntegritySheet
object sh
.
Properties
Version History
Introduced in R2023a