Yval
SCPI Command :
CALCulate:[POWer]:SWEep:POWer:MATH<CH>:YVAL
- class YvalCls[source]
Yval commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(math=Math.Default) float[source]
# SCPI: CALCulate:[POWer]:SWEep:POWer:MATH<CH>:YVAL value: float = driver.calculate.power.sweep.power.math.yval.get(math = repcap.Math.Default)
Sets the y-axis values for calculating the reference curve in power measurement mode. To determine two points (‘Point A’/’Point B’) , set suffix 1 and 2 in keyword MATH<ch>.
- param math:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Math’)
- return:
yval: float Range: -200 to 100
- set(yval: float, math=Math.Default) None[source]
# SCPI: CALCulate:[POWer]:SWEep:POWer:MATH<CH>:YVAL driver.calculate.power.sweep.power.math.yval.set(yval = 1.0, math = repcap.Math.Default)
Sets the y-axis values for calculating the reference curve in power measurement mode. To determine two points (‘Point A’/’Point B’) , set suffix 1 and 2 in keyword MATH<ch>.
- param yval:
float Range: -200 to 100
- param math:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Math’)