Configure Output Mode
- Updated2023-05-15
- 2 minute(s) read
Configure Output Mode
Sets the output mode of the waveform generator, which determines how the waveform generator produces waveforms.
The waveform generator must not be in the Generating state when you call this node.

Inputs/Outputs

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

error in
Error conditions that occur before this node runs.
The node responds to this input according to standard error behavior.
Default value: No error

output mode
Mode that determines the waveform output that the waveform generator produces.
The value you specify determines which nodes and properties you can use to configure the waveform.
Standard Function | 0 | Generates standard function waveforms such as sine, square, and triangle. |
Frequency List | 1 | Generates a standard function using a list of frequencies you define. |
Arbitrary Waveform | 2 | Generates waveforms from user-created or user-provided waveform arrays of numeric data. |
Arbitrary Sequence | 3 | Generates downloaded waveforms in the order you specify. |
Script | 4 | Allows you to use scripting to link and loop multiple waveforms in complex combinations. |
Default value: Standard Function

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

error out
Error information.
The node produces this output according to standard error behavior.