Main Content
Scripting in Parallel Link Projects
Use MATLAB scripting commands to control the Parallel Link Designer app
You can use MATLAB® scripts in the command window to control the Parallel Link Designer app. Scripting allows you to:
Open a signal integrity project.
Select a sheet.
Access the data in the project or sheet.
Set up simulations.
Run simulations.
Analyze and compare the simulation results.
Functions
newSignalIntegrityProject | Create new serial or parallel link project (Since R2024b) |
Objects
SignalIntegrityProject | Create Signal Integrity Toolbox project object (Since R2023a) |
SignalIntegrityInterface | Return interface object of given Signal Integrity Toolbox project object (Since R2023a) |
SignalIntegritySheet | Return sheet object of given Signal Integrity Toolbox interface object (Since R2023a) |
SignalIntegrityState | Return state object of given Signal Integrity Toolbox sheet object (Since R2023a) |
SignalIntegritySolutionSpace | Return solution space object of given Signal Integrity Toolbox sheet object (Since R2023b) |
SignalIntegritySimulation | Return simulation object of given Signal Integrity Toolbox sheet object (Since R2023a) |
SignalIntegrityWaveform | Return waveform object of given Signal Integrity Toolbox simulation object (Since R2023a) |
Topics
- Access Project Data from MATLAB Command Window
Access project data from MATLAB command window to create your own evaluation environment.
- Control Project from MATLAB Command Window
Control project from MATLAB command window to create your own evaluation environment.