set_demodulation
Configures the demodulation source and optionally its frequency and phaseParameters
string required
The demodulation source
allowed values:Modulation, Internal, External, ExternalPLL, None
number
Frequency of internally-generated demod source
default: 1000000
allowed values:Moku:Lab 1 mHz to 200 MHz Moku:Go 1 mHz to 20 MHz Moku:Pro 1 mHz to 600 MHz
units: Hz
number
Phase of internally-generated demod source
default: 0
allowed values:
units: degrees
boolean
Disable all implicit conversions and coercions.
default: true
# Examples
# Sample response
{
"frequency": 1000000.0,
"mode": "Internal",
"phase": 0.0
}
1
2
3
4
5
2
3
4
5