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.

Objects

SignalIntegrityProjectCreate Signal Integrity Toolbox project object (Since R2023a)
SignalIntegrityInterfaceReturn interface object of given Signal Integrity Toolbox project object (Since R2023a)
SignalIntegritySheetReturn sheet object of given Signal Integrity Toolbox interface object (Since R2023a)
SignalIntegrityStateReturn state object of given Signal Integrity Toolbox sheet object (Since R2023a)
SignalIntegritySimulationReturn simulation object of given Signal Integrity Toolbox sheet object (Since R2023a)
SignalIntegrityWaveformReturn waveform object of given Signal Integrity Toolbox simulation object (Since R2023a)

Topics