ParA

SCPI Command :

SBUS<*>:USBone:FORMat:FRAMe<*>:FLD<*>:PARA
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(serialBus=SerialBus.Default, frame=Frame.Default, field=Field.Default) float[source]
# SBUS<*>:USBone:FORMat:FRAMe<*>:FLD<*>:PARA
value: float = driver.sbus.usbOne.formatPy.frame.fld.parA.get(serialBus = repcap.SerialBus.Default, frame = repcap.Frame.Default, field = repcap.Field.Default)

Sets the parameters of the linear function. To configure the pulse, user the following commands:

  • Parameter A: Slope (rate of change)

  • Parameter B: Offset

Available if method RsMxo.sbus.usbOne.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(parameter_a: float, serialBus=SerialBus.Default, frame=Frame.Default, field=Field.Default) None[source]
# SBUS<*>:USBone:FORMat:FRAMe<*>:FLD<*>:PARA
driver.sbus.usbOne.formatPy.frame.fld.parA.set(parameter_a = 1.0, serialBus = repcap.SerialBus.Default, frame = repcap.Frame.Default, field = repcap.Field.Default)

Sets the parameters of the linear function. To configure the pulse, user the following commands:

  • Parameter A: Slope (rate of change)

  • Parameter B: Offset

Available if method RsMxo.sbus.usbOne.formatPy.frame.fld.formatPy.set() = FLIN.

Parameters:
  • parameter_a – -1E+20 to 1E+20

  • 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’)