SignalIntegrityInterface
Return interface object of given Signal Integrity Toolbox project object
Since R2023a
Description
The SignalIntegrityInterface
class object returns an interface
object from a given SignalIntegrityProject
object. You can get the current
interface, any specific interface in the project, or all the project
interfaces.
Creation
Description
returns a
int
=sip.CurrentInterfaceSignalIntegrityInterface
class object corresponding to the current
interface of the SignalIntegrityProject
object
sip
.
returns a
int
=sip.Interfaces(i)SignalIntegrityInterface
class object corresponding to the
i-th interface of the SignalIntegrityProject
object
sip
.
returns the
int
=sip.InterfacesSignalIntegrityInterface
class objects corresponding to all the
interfaces of the SignalIntegrityProject
object
sip
.
Properties
Version History
Introduced in R2023a