enable_output

Enable or disable the Digital Filter output(s)

The Digital Filter Box instrument has an output stage between the filter itself and the hardware outputs. This output stage includes the output offset and may contain a hardware gain stage depending on the Moku hardware platform (e.g. Moku:Pro has a selectable +14dB hardware driver required to obtain maximum output range). To have a filter output present on the device, the signal must be connected to the output stage (signal=true) and the output stage must also be enabled (output=true).

Parameters

integer required
Target channel
allowed values:
Moku:Lab1, 2
Moku:Go1, 2
Moku:Pro1, 2, 3, 4
boolean required
Connect/Disconnect the filter signal to/from the output stage
boolean required
Enable/Disable output driver
string
If applicable, enable the hardware's output gain stage (high output range)
default: 0dB
allowed values:0dB, 14dB
units: dB
boolean
Disable all implicit conversions and coercions.
default: true

# Examples

# Sample response

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