Constant
SCPI Command :
MEASurement<*>:SPECtrum:ARIThmetic:CONStant
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(measurement=Measurement.Default) float[source]
# MEASurement<*>:SPECtrum:ARIThmetic:CONStant value: float = driver.measurement.spectrum.arithmetic.constant.get(measurement = repcap.Measurement.Default)
Sets a constant numeric value as the second operand of the spectrum arithmetic measurement.
- Parameters:
measurement – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Measurement’)
- Returns:
arith_constant: -3.4E+38 to +3.4E+38
- set(arith_constant: float, measurement=Measurement.Default) None[source]
# MEASurement<*>:SPECtrum:ARIThmetic:CONStant driver.measurement.spectrum.arithmetic.constant.set(arith_constant = 1.0, measurement = repcap.Measurement.Default)
Sets a constant numeric value as the second operand of the spectrum arithmetic measurement.
- Parameters:
arith_constant – -3.4E+38 to +3.4E+38
measurement – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Measurement’)