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