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

double required
Duration to send (seconds)
units: Sec
string
Sending mode
default: Manual
allowed values:Manual, Delayed, Triggered, Gated
integer
Delay the start by (seconds)
default: 0
units: Sec
string deprecated
Trigger source for starting the send
default: None
allowed values:Input1, Input2, Input3, Input4, InputA, InputB, External
Control channel for starting the send
default: None
allowed values:Input1, Input2, Input3, Input4, InputA, InputB, External
number deprecated
Trigger level in volts
default: None
allowed values:-5V, 5V
number
Threshold in volts
default: None
allowed values:-5V, 5V
boolean
Disable all implicit conversions and coercions.
default: true

# Examples

# Sample response

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