Xval
SCPI Command :
CALCulate:[POWer]:SWEep:FREQuency:MATH<CH>:XVAL
- class XvalCls[source]
Xval commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(math=Math.Default) float[source]
# SCPI: CALCulate:[POWer]:SWEep:FREQuency:MATH<CH>:XVAL value: float = driver.calculate.power.sweep.frequency.math.xval.get(math = repcap.Math.Default)
Sets the x-axis values for calculating the reference curve in frequency 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:
xval: float Range: 0 to 1E12
- set(xval: float, math=Math.Default) None[source]
# SCPI: CALCulate:[POWer]:SWEep:FREQuency:MATH<CH>:XVAL driver.calculate.power.sweep.frequency.math.xval.set(xval = 1.0, math = repcap.Math.Default)
Sets the x-axis values for calculating the reference curve in frequency measurement mode. To determine two points (‘Point A’/’Point B’) , set suffix 1 and 2 in keyword MATH<ch>.
- param xval:
float Range: 0 to 1E12
- param math:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Math’)