Fvalue

SCPI Command :

SBUS<*>:UART:WORD<*>:FLD<*>:FVALue
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(serialBus=SerialBus.Default, word=Word.Default, field=Field.Default) str[source]
# SBUS<*>:UART:WORD<*>:FLD<*>:FVALue
value: str = driver.sbus.uart.word.fld.fvalue.get(serialBus = repcap.SerialBus.Default, word = repcap.Word.Default, field = repcap.Field.Default)

Returns the formatted value 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’)