State
SCPI Command :
[SENSe]:PMETer:MATH[:STATe]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() bool[source]
# [SENSe]:PMETer:MATH[:STATe] value: bool = driver.sense.pmeter.math.state.get()
Enables or disables the math function for the power sensor results.
- Returns:
state: ON | OFF | 0 | 1 OFF | 0 Switches the function off ON | 1 Switches the function on
- set(state: bool) None[source]
# [SENSe]:PMETer:MATH[:STATe] driver.sense.pmeter.math.state.set(state = False)
Enables or disables the math function for the power sensor results.
- Parameters:
state – ON | OFF | 0 | 1 OFF | 0 Switches the function off ON | 1 Switches the function on