BcReceived

SCPI Command :

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

Triggers on the state of the broadcast command received 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:

bcst_command_flag: ONE | ZERO | DC

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

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

Parameters:
  • bcst_command_flag – ONE | ZERO | DC

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