set_frontend

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

Setting the bandwidth is only available on Moku:Pro. Read about [how to select the bandwidth for your application](../README.md#bandwidth)

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, 4Vpp, 40Vpp
Moku:Delta100mVpp, 1Vpp, 10Vpp, 40Vpp
string
Input bandwidth
default: 300MHz
allowed values:
Moku:Pro300MHz, 600MHz
boolean
Disable all implicit conversions and coercions.
default: true

# Examples

# Sample response

{
    "bandwidth": "300MHz"
    "coupling": "DC",
    "impedance": "1MOhm",
    "range": "4Vpp"
}
1
2
3
4
5
6