Xval

SCPI Command :

CALCulate:[POWer]:SWEep:POWer: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:POWer:MATH<CH>:XVAL
value: float = driver.calculate.power.sweep.power.math.xval.get(math = repcap.Math.Default)

Sets the x-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:

xval: float Range: -145 to 20

set(xval: float, math=Math.Default) None[source]
# SCPI: CALCulate:[POWer]:SWEep:POWer:MATH<CH>:XVAL
driver.calculate.power.sweep.power.math.xval.set(xval = 1.0, math = repcap.Math.Default)

Sets the x-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 xval:

float Range: -145 to 20

param math:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Math’)