Configure Arbitrary Sequence

Configures the waveform generator properties that affect arbitrary sequence generation, selecting the arbitrary sequence to produce and setting the gain and offset.

The waveform generator must not be in the Generating state when you call this node.

1378

Inputs/Outputs

datatype_icon

offset

Offset value the waveform generator adds to the arbitrary waveform in volts (V).

When you create an arbitrary waveform, you must first normalize the data points to a range of -1.00 to +1.00. You can use this input to shift the range of the arbitrary waveform.

For example, to configure the output signal to range from 0.00 V to 2.00 V, set offset to 1.00.

datatype_icon

gain

Factor by which the waveform generator scales the arbitrary waveforms in the sequence.

When you create an arbitrary waveform, you must first normalize the data points to a range of -1.00 to +1.00. You can use this input to scale the waveform to other ranges. The gain is applied before the offset is added.

For example, to configure the output signal to range from -2.00 V to +2.00 V, set gain to 2.00.

datatype_icon

session in

Handle that identifies your instrument session previously allocated by Initialize With Channels.

datatype_icon

error in

Error conditions that occur before this node runs.

The node responds to this input according to standard error behavior.

Standard Error Behavior

Default value: No error

datatype_icon

channel name

Name of the waveform generator channel that the node uses.

datatype_icon

sequence reference

The handle of the arbitrary sequence to produce.

Wire the sequence reference output of Create Arbitrary Sequence or Create Advanced Arbitrary Sequence to this input to specify the sequence.

datatype_icon

session out

Reference to your instrument session to wire to the next node.

datatype_icon

error out

Error information.

The node produces this output according to standard error behavior.

Standard Error Behavior

Programming Patterns

You must set the output mode input of Configure Output Mode to arbitrary sequence before calling this node.