Fvalue
SCPI Command :
SBUS<*>:MANCh:FRAMe<*>:FLD<*>:FVALue
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(serialBus=SerialBus.Default, frame=Frame.Default, field=Field.Default) str[source]
# SBUS<*>:MANCh:FRAMe<*>:FLD<*>:FVALue value: str = driver.sbus.manch.frame.fld.fvalue.get(serialBus = repcap.SerialBus.Default, frame = repcap.Frame.Default, field = repcap.Field.Default)
Returns the formatted value of the specified field in the specified frame.
- 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’)