set_frontend

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

Range vs Attenuation

Data Logger is a range instrument. See Range vs Attenuation for details

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 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":"DC",
  "impedance":"1MOhm",
  "range":"10Vpp"
}
1
2
3
4
5