BitOrder
SCPI Command :
SBUS<*>:MANCh:FORMat:FRAMe<*>:FLD<*>:BITorder
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(serialBus=SerialBus.Default, frame=Frame.Default, field=Field.Default) BitOrder[source]
# SBUS<*>:MANCh:FORMat:FRAMe<*>:FLD<*>:BITorder value: enums.BitOrder = driver.sbus.manch.formatPy.frame.fld.bitOrder.get(serialBus = repcap.SerialBus.Default, frame = repcap.Frame.Default, field = repcap.Field.Default)
Specifies, in which order the algorithm evaluates the bits of the condition value of the selected field in 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_order: LSBF | MSBF
LSBF: Least significant bit first
MSBF: Most significant bit first
- set(bit_order: BitOrder, serialBus=SerialBus.Default, frame=Frame.Default, field=Field.Default) None[source]
# SBUS<*>:MANCh:FORMat:FRAMe<*>:FLD<*>:BITorder driver.sbus.manch.formatPy.frame.fld.bitOrder.set(bit_order = enums.BitOrder.LSBF, serialBus = repcap.SerialBus.Default, frame = repcap.Frame.Default, field = repcap.Field.Default)
Specifies, in which order the algorithm evaluates the bits of the condition value of the selected field in the selected frame.
- Parameters:
bit_order –
LSBF | MSBF
LSBF: Least significant bit first
MSBF: Most significant bit first
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’)