Terminal

SCPI Command :

TRIGger<*>:MILStd:STATus:TERMinal
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(trigger=Trigger.Default) BusBitCondition[source]
# TRIGger<*>:MILStd:STATus:TERMinal
value: enums.BusBitCondition = driver.trigger.milstd.status.terminal.get(trigger = repcap.Trigger.Default)

Triggers on the state of the terminal flag bit of the status word if method RsRtx.trigger.milstd.typePy.set() is set to STATword.

Parameters:

trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)

Returns:

terminal_flag: ONE | ZERO | DC

set(terminal_flag: BusBitCondition, trigger=Trigger.Default) None[source]
# TRIGger<*>:MILStd:STATus:TERMinal
driver.trigger.milstd.status.terminal.set(terminal_flag = enums.BusBitCondition.DC, trigger = repcap.Trigger.Default)

Triggers on the state of the terminal flag bit of the status word if method RsRtx.trigger.milstd.typePy.set() is set to STATword.

Parameters:
  • terminal_flag – ONE | ZERO | DC

  • trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)