set_output

Configures the desired output channel

Parameters

integer required
Target output channel to configure, where channel 1 is the Fast controller path and channel 2 is the Slow controller path
allowed values:1, 2
boolean required
Engage or disengage the control signal switch.
boolean required
Enable or disable the output port
string
Output gain range
default: 0dB
allowed values:
Moku:Lab0dB
Moku:Go0dB
Moku:Pro0dB, 14dB
Moku:Delta0dB, 20dB
boolean
Disable all implicit conversions and coercions.
default: true

# Examples

# Sample response

{
    "gain_range": "0dB",
    "output": true,
    "signal": true
}
1
2
3
4
5