set_frontend

Configures the input impedance, coupling, and attenuation for each channel.

Parameters

integer required
Target channel
allowed values:
Moku:Lab1, 2
Moku:Go1, 2
Moku:Pro1, 2, 3, 4
string
Impedance
default: 1MOhm
allowed values:
Moku:Lab50Ohm, 1MOhm
Moku:Go1MOhm
Moku:Pro50Ohm, 1MOhm
string required
Input Coupling
allowed values:AC, DC
string required
Input attenuation
allowed values:
Moku:Lab0dB, -20dB
Moku:Go0dB, -14dB
Moku:Pro0dB, -20dB, -40dB
boolean
Disable all implicit conversions and coercions.
default: true

# Examples

# Sample response

{
    "coupling": "AC",
    "impedance": "1MOhm",
    "range": "10Vpp"
}
1
2
3
4
5