ParB

SCPI Command :

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

Returns:

parameter_b: -1E+20 to 1E+20

set(parameter_b: float, serialBus=SerialBus.Default, frame=Frame.Default, field=Field.Default) None[source]
# SBUS<*>:MILStd:FORMat:FRAMe<*>:FLD<*>:PARB
driver.sbus.milstd.formatPy.frame.fld.parB.set(parameter_b = 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.milstd.formatPy.frame.fld.formatPy.set() = FLIN.

Parameters:
  • parameter_b – -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’)