Triggered

SCPI Commands

ARBitrary:TRIGgered:STATe
ARBitrary:TRIGgered:MODE
class TriggeredCls[source]

Triggered commands group definition. 4 total commands, 2 Subgroups, 2 group commands

get_mode() ArbTrigMode[source]
# SCPI: ARBitrary:TRIGgered:MODE
value: enums.ArbTrigMode = driver.arbitrary.triggered.get_mode()

Sets or queries the arbitrary trigger mode of the previous selected channel.

return

arg_0: No help available

get_state() int[source]
# SCPI: ARBitrary:TRIGgered[:STATe]
value: int or bool = driver.arbitrary.triggered.get_state()

Sets or queries the trigger condition of the arbitrary for the selected channel.

return

arg_0: (integer or boolean) No help available

set_mode(arg_0: ArbTrigMode) None[source]
# SCPI: ARBitrary:TRIGgered:MODE
driver.arbitrary.triggered.set_mode(arg_0 = enums.ArbTrigMode.RUN)

Sets or queries the arbitrary trigger mode of the previous selected channel.

param arg_0

SINGle | RUN SINGle A trigger event starts only with one arbitrary sequence. RUN A trigger event starts the whole arbitrary sequences (with all repetitions) .

set_state(arg_0: int) None[source]
# SCPI: ARBitrary:TRIGgered[:STATe]
driver.arbitrary.triggered.set_state(arg_0 = 1)

Sets or queries the trigger condition of the arbitrary for the selected channel.

param arg_0

(integer or boolean) - OFF: There is no DIO pin that has a mode set to arbitrary for the selected channel. - 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8: DIO pin/s are enabled with a mode set to arbitrary for the selected channel.When DIO pin is enabled with arbitrary mode, QuickArb function of the channel assigned to that pin will be enabled when the correct voltage is applied to the DIO pin.

Subgroups