Behavior

SCPI Commands

ARBitrary:BEHavior:END
class BehaviorCls[source]

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

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

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

return

arg_0: No help available

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

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

param arg_0

HOLD | OFF OFF If the arbitrary function is finished, the respective channel is deactivated automatically. HOLD If the arbitrary function is finished, the last arbitrary point of the user-defined arbitrary list is held.