Operator

SCPI Command :

MEASurement<*>:SPECtrum:ARIThmetic:OPERator
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(measurement=Measurement.Default) MeasArithmOperator[source]
# MEASurement<*>:SPECtrum:ARIThmetic:OPERator
value: enums.MeasArithmOperator = driver.measurement.spectrum.arithmetic.operator.get(measurement = repcap.Measurement.Default)

Selects the operation type to be performed on the selected operands for the spectrum arithmetic measurement.

Parameters:

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

Returns:

arith_operator: ADD | SUB | MUL | DIV

set(arith_operator: MeasArithmOperator, measurement=Measurement.Default) None[source]
# MEASurement<*>:SPECtrum:ARIThmetic:OPERator
driver.measurement.spectrum.arithmetic.operator.set(arith_operator = enums.MeasArithmOperator.ABS, measurement = repcap.Measurement.Default)

Selects the operation type to be performed on the selected operands for the spectrum arithmetic measurement.

Parameters:
  • arith_operator – ADD | SUB | MUL | DIV

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