BcReceived

SCPI Command :

SEARch:TRIGger:MILStd:STATus:BCReceived
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(search: str) BusBitCondition[source]
# SEARch:TRIGger:MILStd:STATus:BCReceived
value: enums.BusBitCondition = driver.search.trigger.milstd.status.bcReceived.get(search = 'abc')

Specifies the values (0, 1, X) of the status flags if method RsRtx.search.trigger.milstd.typePy.set() is set to STATword.

Parameters:

search – ONE | ZERO | DC

set(search: str, bcst_command_flag: BusBitCondition) None[source]
# SEARch:TRIGger:MILStd:STATus:BCReceived
driver.search.trigger.milstd.status.bcReceived.set(search = 'abc', bcst_command_flag = enums.BusBitCondition.DC)

Specifies the values (0, 1, X) of the status flags if method RsRtx.search.trigger.milstd.typePy.set() is set to STATword.