DbcAccept

SCPI Command :

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

Triggers on the state of the dynamic bus control accept 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:

dyn_bc_flag: ONE | ZERO | DC

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

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

Parameters:
  • dyn_bc_flag – ONE | ZERO | DC

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