start_sending Moku:Delta
Start transmitting packets for a duration, optionally with a trigger, delay or on a gated signalThe 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
double required
Duration to send (seconds)
units: Sec string
Sending mode
default: Manualallowed values:Manual, Delayed, Triggered, Gated integer
Delay the start by (seconds)
default: 0units: Sec string deprecated
Trigger source for starting the send
default: Noneallowed values:Input1, Input2, Input3, Input4, InputA, InputB, External string
Control channel for starting the send
default: Noneallowed values:Input1, Input2, Input3, Input4, InputA, InputB, External number deprecated
Trigger level in volts
default: Noneallowed values:-5V, 5V number
Threshold in volts
default: Noneallowed values:-5V, 5V boolean
Disable all implicit conversions and coercions.
default: true# Examples
# Sample response
{
"mode": "Manual",
"duration": "10",
}
1
2
3
4
2
3
4