FstBit
SCPI Command :
SBUS<*>:TNOS:FORMat:FRAMe<*>:FLD<*>:FSTBit
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(serialBus=SerialBus.Default, frame=Frame.Default, field=Field.Default) int[source]
# SBUS<*>:TNOS:FORMat:FRAMe<*>:FLD<*>:FSTBit value: int = driver.sbus.tnos.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<*>:TNOS:FORMat:FRAMe<*>:FLD<*>:FSTBit driver.sbus.tnos.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’)