Point

SCPI Commands

ARBitrary:TRIGgered:POINt:STATe
class PointCls[source]

Point commands group definition. 1 total commands, 0 Subgroups, 1 group commands

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

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

return

arg_0: (integer or boolean) No help available

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

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

param arg_0

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