Bit

SCPI Command :

TRIGger:SBSW:UART:FRAMe<*>:FLD<*>:BIT
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(frame=Frame.Default, field=Field.Default) SbusBitState[source]
# TRIGger:SBSW:UART:FRAMe<*>:FLD<*>:BIT
value: enums.SbusBitState = driver.trigger.sbsw.uart.frame.fld.bit.get(frame = repcap.Frame.Default, field = repcap.Field.Default)

Sets the bit state of a field that only consists of one bit for the software trigger.

Parameters:
  • 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, frame=Frame.Default, field=Field.Default) None[source]
# TRIGger:SBSW:UART:FRAMe<*>:FLD<*>:BIT
driver.trigger.sbsw.uart.frame.fld.bit.set(bit_state = enums.SbusBitState.DC, frame = repcap.Frame.Default, field = repcap.Field.Default)

Sets the bit state of a field that only consists of one bit for the software trigger.

Parameters:
  • bit_state – ONE | ZERO

  • 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’)