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: 1000000allowed values:Moku:Lab 1 mHz to 200 MHz Moku:Go 1 mHz to 20 MHz Moku:Pro 1 mHz to 600 MHz Moku:Delta 1 mHz to 2 GHz
units: Hz number
Phase of internally-generated demod source
default: 0allowed 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