Contenuto principale

SignalIntegrityWaveform

Return waveform object of given Signal Integrity Toolbox simulation object

Since R2023a

Description

The SignalIntegrityWaveform class object returns the waveform object from a given SignalIntegritySimulation object. You can get any specific waveform in the simulation or all the waveforms in the simulation.

Creation

Description

w=sim.Waveforms(i) returns a SignalIntegrityWaveform class object corresponding to the i-th waveform of the SignalIntegritySimulation object sim.

w=sim.Waveforms returns the SignalIntegrityWaveform class objects corresponding to all the waveforms of the SignalIntegritySimulation object sm.

Properties

expand all

Title of the waveform, specified as a string.

Full path to the waveform file, specified as a string.

Simulation domain, specified as network characterization, statistical, or time domain simulation.

Type of the waveform to display, specified as:

  • impulse — Displays the impulse response.

  • step — Displays the step response.

  • pulse — Displays the pulse response.

  • transferfunction — Displays the transfer function.

  • TDT — Displays the time-domain transmission.

  • TDR — Displays the time-domain reflectometry.

  • BER — Displays the BER.

  • eye — Displays the eye.

  • waveform — Displays the waveform.

  • stimulus — Displays the stimulus.

  • clockticks — Displays the clock ticks.

  • S_param — Displays the S-parameters.

SignalIntegritySimulation object representing the parent interface, specified as a class object.

More About

expand all

Version History

Introduced in R2023a