Constant

SCPI Command :

MEASurement<*>:AMPTime:ARIThmetic:CONStant
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(measurement=Measurement.Default) float[source]
# MEASurement<*>:AMPTime:ARIThmetic:CONStant
value: float = driver.measurement.ampTime.arithmetic.constant.get(measurement = repcap.Measurement.Default)

Sets a constant numeric value as the second operand of the amplitude/time arithmetic measurement.

Parameters:

measurement – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Measurement’)

Returns:

arith_constant: -340.282E+36 to 340.282E+36

set(arith_constant: float, measurement=Measurement.Default) None[source]
# MEASurement<*>:AMPTime:ARIThmetic:CONStant
driver.measurement.ampTime.arithmetic.constant.set(arith_constant = 1.0, measurement = repcap.Measurement.Default)

Sets a constant numeric value as the second operand of the amplitude/time arithmetic measurement.

Parameters:
  • arith_constant – -340.282E+36 to 340.282E+36

  • measurement – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Measurement’)