Unit
SCPI Command :
SBUS<*>:I3C:FORMat:FRAMe<*>:FLD<*>:UNIT
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(serialBus=SerialBus.Default, frame=Frame.Default, field=Field.Default) str[source]
# SBUS<*>:I3C:FORMat:FRAMe<*>:FLD<*>:UNIT value: str = driver.sbus.i3C.formatPy.frame.fld.unit.get(serialBus = repcap.SerialBus.Default, frame = repcap.Frame.Default, field = repcap.Field.Default)
Sets the unit for the linear function. Available if method
RsMxo.sbus.i3C.formatPy.frame.fld.formatPy.set()= FLIN.- 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’)
- set(unit: str, serialBus=SerialBus.Default, frame=Frame.Default, field=Field.Default) None[source]
# SBUS<*>:I3C:FORMat:FRAMe<*>:FLD<*>:UNIT driver.sbus.i3C.formatPy.frame.fld.unit.set(unit = 'abc', serialBus = repcap.SerialBus.Default, frame = repcap.Frame.Default, field = repcap.Field.Default)
Sets the unit for the linear function. Available if method
RsMxo.sbus.i3C.formatPy.frame.fld.formatPy.set()= FLIN.- 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’)