Label
SCPI Command :
SBUS<*>:UART:WORD<*>:FLD<*>:LABel
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(serialBus=SerialBus.Default, word=Word.Default, field=Field.Default) str[source]
# SBUS<*>:UART:WORD<*>:FLD<*>:LABel value: str = driver.sbus.uart.word.fld.label.get(serialBus = repcap.SerialBus.Default, word = repcap.Word.Default, field = repcap.Field.Default)
Returns the label of the specified field in the specified word.
- Parameters:
serialBus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sbus’)
word – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Word’)
field – optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Fld’)