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
returns a
sh
=int.CurrentSheetSignalIntegritySheet
class object corresponding to the current sheet of
the SignalIntegrityInterface
object int
.
returns a
sh
=int.Sheets(i)SignalIntegritySheet
class object corresponding to the
i-th sheet of the SignalIntegrityInterface
object
int
.
returns the
sh
=int.SheetsSignalIntegritySheet
class objects corresponding to all the sheets of the
SignalIntegrityInterface
object int
.
Properties
Version History
Introduced in R2023a