set_aux_output

Configures the Auxiliary sine wave generator.

In addition to configuring this Auxiliary sine wave output, it must be routed to an actual output channel using `set_outputs`

Parameters

number required
Sine wave frequency
allowed values:
units: Hz
number required
Sine wave amplitude
allowed values:
units: V
boolean
Disable all implicit conversions and coercions.
default: true

# Sample response

{
    "amplitude": 1.0,
    "frequency": 1000.0
}
1
2
3
4