Unit

SCPI Command :

SBUS<*>:MILStd:FORMat:FRAMe<*>:FLD<*>:UNIT
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(serialBus=SerialBus.Default, frame=Frame.Default, field=Field.Default) str[source]
# SBUS<*>:MILStd:FORMat:FRAMe<*>:FLD<*>:UNIT
value: str = driver.sbus.milstd.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.milstd.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<*>:MILStd:FORMat:FRAMe<*>:FLD<*>:UNIT
driver.sbus.milstd.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.milstd.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’)