Busy

SCPI Command :

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

Triggers on the state of the busy 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:

busy_flag: ONE | ZERO | DC

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

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

Parameters:
  • busy_flag – ONE | ZERO | DC

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