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
string required
Impedance
allowed values:
Moku:Lab50Ohm, 1MOhm
Moku:Go1MOhm
Moku:Pro50Ohm, 1MOhm
string required
Input Coupling
allowed values:AC, DC
string required
Input Range
allowed values:
Moku:Lab1Vpp, 10Vpp
Moku:Go10Vpp, 50Vpp
Moku:Pro400mVpp, 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