AddValue

SCPI Command :

SBUS<*>:USBHspeed:FORMat:FRAMe<*>:FLD<*>:ADDValue
Commands in total: 1
Subgroups: 0
Direct child commands: 1
set(serialBus=SerialBus.Default, frame=Frame.Default, field=Field.Default) None[source]
# SBUS<*>:USBHspeed:FORMat:FRAMe<*>:FLD<*>:ADDValue
driver.sbus.usbHspeed.formatPy.frame.fld.addValue.set(serialBus = repcap.SerialBus.Default, frame = repcap.Frame.Default, field = repcap.Field.Default)

Creates a new hexagonal value for customization. Available if method RsMxo.sbus.usbHspeed.formatPy.frame.fld.formatPy.set() = LIST. Related commands: SBUS<sb>:USBHspeed:FORMat:FRAMe<fr>:FLD<fl>:ENUM{p}:VALue SBUS<sb>:USBHspeed:FORMat:FRAMe<fr>:FLD<fl>:ENUM{p}:LABel

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_and_wait(serialBus=SerialBus.Default, frame=Frame.Default, field=Field.Default, opc_timeout_ms: int = -1) None[source]