State
SCPI Command :
CALCulate:[POWer]:SWEep:POWer:MATH<CH>:STATe
- class StateCls[source]
State commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(math=Math.Default) bool[source]
# SCPI: CALCulate:[POWer]:SWEep:POWer:MATH<CH>:STATe value: bool = driver.calculate.power.sweep.power.math.state.get(math = repcap.Math.Default)
Activates the trace mathematics mode for ‘Power’ measurement. This feature enables you to calculate the difference between the measurement values of two traces. For further calculation, a math result can also be assigned to a trace.
- param math:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Math’)
- return:
state: 0| 1| OFF| ON
- set(state: bool, math=Math.Default) None[source]
# SCPI: CALCulate:[POWer]:SWEep:POWer:MATH<CH>:STATe driver.calculate.power.sweep.power.math.state.set(state = False, math = repcap.Math.Default)
Activates the trace mathematics mode for ‘Power’ measurement. This feature enables you to calculate the difference between the measurement values of two traces. For further calculation, a math result can also be assigned to a trace.
- param state:
0| 1| OFF| ON
- param math:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Math’)