Value
SCPI Command :
SBUS<*>:SENT:FORMat:FRAMe<*>:FLD<*>:ENUM<*>:VALue
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(serialBus=SerialBus.Default, frame=Frame.Default, field=Field.Default, valueIndex=ValueIndex.Default) int[source]
# SBUS<*>:SENT:FORMat:FRAMe<*>:FLD<*>:ENUM<*>:VALue value: int = driver.sbus.sent.formatPy.frame.fld.enum.value.get(serialBus = repcap.SerialBus.Default, frame = repcap.Frame.Default, field = repcap.Field.Default, valueIndex = repcap.ValueIndex.Default)
Sets the hexagonal value to convert it into a labeled state. Available if method
RsMxo.sbus.sent.formatPy.frame.fld.formatPy.set()= LIST.- 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’)
valueIndex – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Enum’)
- Returns:
value: 0 to 65535
- set(value: int, serialBus=SerialBus.Default, frame=Frame.Default, field=Field.Default, valueIndex=ValueIndex.Default) None[source]
# SBUS<*>:SENT:FORMat:FRAMe<*>:FLD<*>:ENUM<*>:VALue driver.sbus.sent.formatPy.frame.fld.enum.value.set(value = 1, serialBus = repcap.SerialBus.Default, frame = repcap.Frame.Default, field = repcap.Field.Default, valueIndex = repcap.ValueIndex.Default)
Sets the hexagonal value to convert it into a labeled state. Available if method
RsMxo.sbus.sent.formatPy.frame.fld.formatPy.set()= LIST.- Parameters:
value – 0 to 65535
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’)
valueIndex – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Enum’)