Bit

SCPI Command :

BUS<*>:CMSB:FILTer:FRAMe<*>:FLD<*>:BIT
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(bus=Bus.Default, busFrameNull=BusFrameNull.Default, busFieldNull=BusFieldNull.Default) BusBitCondition[source]
# BUS<*>:CMSB:FILTer:FRAMe<*>:FLD<*>:BIT
value: enums.BusBitCondition = driver.bus.cmsb.filterPy.frame.fld.bit.get(bus = repcap.Bus.Default, busFrameNull = repcap.BusFrameNull.Default, busFieldNull = repcap.BusFieldNull.Default)

Sets the bit state of a field to be filtered on that only consists of one bit.

Parameters:
  • bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)

  • busFrameNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Frame’)

  • busFieldNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Fld’)

Returns:

bit_state: ONE | ZERO | DC

set(bit_state: BusBitCondition, bus=Bus.Default, busFrameNull=BusFrameNull.Default, busFieldNull=BusFieldNull.Default) None[source]
# BUS<*>:CMSB:FILTer:FRAMe<*>:FLD<*>:BIT
driver.bus.cmsb.filterPy.frame.fld.bit.set(bit_state = enums.BusBitCondition.DC, bus = repcap.Bus.Default, busFrameNull = repcap.BusFrameNull.Default, busFieldNull = repcap.BusFieldNull.Default)

Sets the bit state of a field to be filtered on that only consists of one bit.

Parameters:
  • bit_state – ONE | ZERO | DC

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

  • busFrameNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Frame’)

  • busFieldNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Fld’)