burst_modulate
Configures the burst modulation mode of a channelParameters
integer required
Target channel
allowed values:Moku:Lab 1, 2 Moku:Go 1, 2 Moku:Pro 1, 2, 3, 4
string required
Trigger source
allowed values:Moku:Lab Input1, Input2, External Moku:Go Input1, Input2 Moku:Pro Input1, Input2, Input3, Input4, External
string required
Burst mode
allowed values:Start, NCycle
number
Number of cycles to generate when triggered
default: 1
allowed values:1 to 1e6
number
Trigger level
default: 0
allowed values:Moku:Lab -5 to 5 Moku:Go -5 to 5 Moku:Pro -20 to 20
units: V
string
Input Range
default: undefined
allowed values:Moku:Lab 10Vpp, 1Vpp Moku:Go 10Vpp, 50Vpp Moku:Pro 400mVpp, 4Vpp, 40Vpp
units: Vpp
boolean
Disable all implicit conversions and coercions.
default: true
# Examples
# Sample Response
{
"burst_cycles":1,
"input_range":"10Vpp",
"trigger_level":0.0,
"trigger_mode":"Start",
"trigger_source":"Input1"
}
1
2
3
4
5
6
7
2
3
4
5
6
7