FstBit

SCPI Command :

SBUS<*>:SPMI:FORMat:FRAMe<*>:FLD<*>:FSTBit
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(serialBus=SerialBus.Default, frame=Frame.Default, field=Field.Default) int[source]
# SBUS<*>:SPMI:FORMat:FRAMe<*>:FLD<*>:FSTBit
value: int = driver.sbus.spmi.formatPy.frame.fld.fstBit.get(serialBus = repcap.SerialBus.Default, frame = repcap.Frame.Default, field = repcap.Field.Default)

In order of transmission, sets the first bit of the specified field in the payload.

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:

first_bit: 0 to 63

set(first_bit: int, serialBus=SerialBus.Default, frame=Frame.Default, field=Field.Default) None[source]
# SBUS<*>:SPMI:FORMat:FRAMe<*>:FLD<*>:FSTBit
driver.sbus.spmi.formatPy.frame.fld.fstBit.set(first_bit = 1, serialBus = repcap.SerialBus.Default, frame = repcap.Frame.Default, field = repcap.Field.Default)

In order of transmission, sets the first bit of the specified field in the payload.

Parameters:
  • first_bit – 0 to 63

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