Operator
SCPI Command :
MEASurement<*>:AMPTime:ARIThmetic:OPERator
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(measurement=Measurement.Default) MeasArithmOperator[source]
# MEASurement<*>:AMPTime:ARIThmetic:OPERator value: enums.MeasArithmOperator = driver.measurement.ampTime.arithmetic.operator.get(measurement = repcap.Measurement.Default)
Selects the operation type to be performed on the selected operands for the amplitude/time 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<*>:AMPTime:ARIThmetic:OPERator driver.measurement.ampTime.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 amplitude/time arithmetic measurement.
- Parameters:
arith_operator – ADD | SUB | MUL | DIV
measurement – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Measurement’)