start_sending Moku:Delta

Start transmitting packets for a duration, optionally with a trigger

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

Parameters

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

# Examples

# Sample response

{
    "delay": "1",
    "duration": "10",
    "start_condition": "Delayed",
}
1
2
3
4
5