Main Content

SignalIntegrityProject

Create Signal Integrity Toolbox project object

Since R2023a

Description

The SignalIntegrityProject class creates a project object to access the read-only data in a Signal Integrity Toolbox™ project.

Creation

Description

sip=SignalIntegrityProject(projectFolder) returns a SignalIntegrityProject class object from the data contained in the projectFolder.

Example: sip=SignalIntegrityProject('MIPI_M_PHY') creates a SignalIntegrityProject class object from the MIPI_M_PHY project in the current working directory.

Properties

expand all

Full path to the project folder, specified as a string.

SignalIntegrityInterface object representing the current interface, specified as a class object.

Type of the current interface, specified as either a serial interface or a parallel interface.

SignalIntegritySheet object(s) representing all the sheets in the current interface, specified as [1xN] class object. N represents the number of sheets.

SignalIntegrityInterface object(s) representing all the interfaces in the current project, specified as [1xN] class object. N represents the number of interfaces.

Version History

Introduced in R2023a