Get Waveform Components (Analog Waveform) Function

Owning Palette: Waveform VIs and Functions

Requires: Base Development System

Returns the analog waveform you specify. You specify components by clicking on the center of the output terminal and selecting the component you want.

waveform is the waveform from which you want to retrieve components.
t0 returns the trigger time of the waveform.
dt returns the time interval in seconds between data points in the waveform.
Y returns the data values of the waveform.
attributes returns the names and values of all waveform attributes. You also can use the Get Waveform Attribute VI to retrieve the names and values of all attributes or the value of a single attribute.