Bit

SCPI Command :

SBUS<*>:QSPI:FILTer:FRAMe<*>:FLD<*>:BIT
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(serialBus=SerialBus.Default, frame=Frame.Default, field=Field.Default) SbusBitState[source]
# SBUS<*>:QSPI:FILTer:FRAMe<*>:FLD<*>:BIT
value: enums.SbusBitState = driver.sbus.qspi.filterPy.frame.fld.bit.get(serialBus = repcap.SerialBus.Default, frame = repcap.Frame.Default, field = repcap.Field.Default)

Sets the operator for the data pattern in the selected field of the selected frame.

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

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

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

Returns:

bit_state: ONE | ZERO

set(bit_state: SbusBitState, serialBus=SerialBus.Default, frame=Frame.Default, field=Field.Default) None[source]
# SBUS<*>:QSPI:FILTer:FRAMe<*>:FLD<*>:BIT
driver.sbus.qspi.filterPy.frame.fld.bit.set(bit_state = enums.SbusBitState.DC, serialBus = repcap.SerialBus.Default, frame = repcap.Frame.Default, field = repcap.Field.Default)

Sets the operator for the data pattern in the selected field of the selected frame.

Parameters:
  • bit_state – ONE | ZERO

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

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

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