set_frontend

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

Parameters

integer required
Target channel
allowed values:
Moku:Lab1, 2
Moku:Go1, 2
Moku:Pro1, 2, 3, 4
Moku:Delta1, 2, 3, 4, 5, 6, 7, 8
string
Impedance
default: 1MOhm
allowed values:
Moku:Lab50Ohm, 1MOhm
Moku:Go1MOhm
Moku:Pro50Ohm, 1MOhm
Moku:Delta50Ohm, 1MOhm
string required
Input Coupling
allowed values:AC, DC
string required
Input Range
allowed values:
Moku:Lab1Vpp, 10Vpp
Moku:Go10Vpp, 50Vpp
Moku:Pro400mVpp, 4Vp, 40Vpp
Moku:Delta100mVpp, 1Vpp, 4Vpp, 40Vpp
boolean
Disable all implicit conversions and coercions.
default: true

# Examples

# Sample response

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