Behavior

SCPI Commands

ARBitrary:SEQuence:BEHavior:END
class BehaviorCls[source]

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

get_end() ArbEndBehavior[source]
# SCPI: ARBitrary:SEQuence:BEHavior:END
value: enums.ArbEndBehavior = driver.arbitrary.sequence.behavior.get_end()

Sets or queries the arbitrary endpoint behavior, when QuickArb function is finished.

return

arg_0: No help available

set_end(arg_0: ArbEndBehavior) None[source]
# SCPI: ARBitrary:SEQuence:BEHavior:END
driver.arbitrary.sequence.behavior.set_end(arg_0 = enums.ArbEndBehavior.HOLD)

Sets or queries the arbitrary endpoint behavior, when QuickArb function is finished.

param arg_0
  • OFF: If the QuickArb function is finished, the respective channel is deactivated automatically.

  • HOLD: If the QuickArb function is finished, the last arbitrary point of the user-defined arbitrary list is held.