Label

SCPI Command :

SBUS<*>:SWIRe:FORMat:FRAMe<*>:FLD<*>:ENUM<*>:LABel
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(serialBus=SerialBus.Default, frame=Frame.Default, field=Field.Default, valueIndex=ValueIndex.Default) str[source]
# SBUS<*>:SWIRe:FORMat:FRAMe<*>:FLD<*>:ENUM<*>:LABel
value: str = driver.sbus.swire.formatPy.frame.fld.enum.label.get(serialBus = repcap.SerialBus.Default, frame = repcap.Frame.Default, field = repcap.Field.Default, valueIndex = repcap.ValueIndex.Default)

Sets the label to convert the corresponding hexagonal value to a labeled state. Available if method RsMxo.sbus.swire.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’)

set(label: str, serialBus=SerialBus.Default, frame=Frame.Default, field=Field.Default, valueIndex=ValueIndex.Default) None[source]
# SBUS<*>:SWIRe:FORMat:FRAMe<*>:FLD<*>:ENUM<*>:LABel
driver.sbus.swire.formatPy.frame.fld.enum.label.set(label = 'abc', serialBus = repcap.SerialBus.Default, frame = repcap.Frame.Default, field = repcap.Field.Default, valueIndex = repcap.ValueIndex.Default)

Sets the label to convert the corresponding hexagonal value to a labeled state. Available if method RsMxo.sbus.swire.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’)