start_sending Moku:Delta

Start transmitting packets for a duration, optionally with a trigger, delay or on a gated signal

The Gigabit Streamer supports sending in manual mode, triggered on a signal, on a gated signal, or with a delay. Triggered sending now automatically re-arms, allowing multiple trigger events to be captured without manual intervention.

When the Gigabit Streamer stops sending, either manually or at the end of a transmission, the trigger is automatically rearmed and it will hold the DC value of the last known value. Disable all outputs to transmit no signal.

Parameters

string
Sending mode.
default: Manual
allowed values:Manual, Delayed, Triggered, Gated
double required
Duration to send. Only for Manual, Delayed and Triggered modes.
units: Sec
integer
How long to delay the start by. Only for Delayed mode.
default: 0
units: seconds
Control channel for starting the send. Only for Triggered and Gated modes.
default: None
allowed values:Input1, Input2, Input3, Input4, InputA, InputB, External
number
Threshold in volts. Only for Triggered and Gated modes, and only when control_channel is not External.
default: None
allowed values:-5 to 5
units: V
boolean
Disable all implicit conversions and coercions.
default: true

# Examples

# Sample response

{
    "mode": "Manual",
    "duration": "10",
}
1
2
3
4