Fvalue
SCPI Command :
SBUS<*>:MILStd:WORD<*>:FLD<*>:FVALue
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(serialBus=SerialBus.Default, word=Word.Default, field=Field.Default) str[source]
# SBUS<*>:MILStd:WORD<*>:FLD<*>:FVALue value: str = driver.sbus.milstd.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’)