PowerVsTime

SCPI Commands :

CONFigure:WLAN:MEASurement<instance>:MEValuation:PVTime:RPOWer
CONFigure:WLAN:MEASurement<instance>:MEValuation:PVTime:ALENgth
CONFigure:WLAN:MEASurement<Instance>:MEValuation:PVTime:REDGe
CONFigure:WLAN:MEASurement<Instance>:MEValuation:PVTime:FEDGe
CONFigure:WLAN:MEASurement<Instance>:MEValuation:PVTime:BURSt
class PowerVsTimeCls[source]

PowerVsTime commands group definition. 5 total commands, 0 Subgroups, 5 group commands

get_alength() float[source]
# SCPI: CONFigure:WLAN:MEASurement<instance>:MEValuation:PVTime:ALENgth
value: float = driver.configure.multiEval.powerVsTime.get_alength()

Sets the length of the moving average filter, which smoothes the power trace and thus eliminates the modulation.

return:

avg_lenth: numeric Range: 1 to 199

get_burst() bool[source]
# SCPI: CONFigure:WLAN:MEASurement<Instance>:MEValuation:PVTime:BURSt
value: bool = driver.configure.multiEval.powerVsTime.get_burst()

Enables or disables the evaluation of burst power results in the power vs time view.

return:

burst: OFF | ON OFF: Do not evaluate results. ON: Evaluate results.

get_falling_edge() bool[source]
# SCPI: CONFigure:WLAN:MEASurement<Instance>:MEValuation:PVTime:FEDGe
value: bool = driver.configure.multiEval.powerVsTime.get_falling_edge()

Enables or disables the evaluation of falling edge results (transmit power-down ramp) in the power vs time view for DSSS signals.

return:

fall: OFF | ON OFF: Do not evaluate results. ON: Evaluate results.

get_rising_edge() bool[source]
# SCPI: CONFigure:WLAN:MEASurement<Instance>:MEValuation:PVTime:REDGe
value: bool = driver.configure.multiEval.powerVsTime.get_rising_edge()

Enables or disables the evaluation of rising edge results (transmit power-on ramp) in the power vs time view for DSSS signals.

return:

rising: OFF | ON OFF: Do not evaluate results. ON: Evaluate results.

get_rpower() RefPower[source]
# SCPI: CONFigure:WLAN:MEASurement<instance>:MEValuation:PVTime:RPOWer
value: enums.RefPower = driver.configure.multiEval.powerVsTime.get_rpower()

Sets the reference power to the maximum power or to the mean power of the burst. In DSSS, the thresholds for rising and falling edge results are defined as percentage values of the reference power.

return:

ref_power: MAXimum | MEAN

set_alength(avg_lenth: float) None[source]
# SCPI: CONFigure:WLAN:MEASurement<instance>:MEValuation:PVTime:ALENgth
driver.configure.multiEval.powerVsTime.set_alength(avg_lenth = 1.0)

Sets the length of the moving average filter, which smoothes the power trace and thus eliminates the modulation.

param avg_lenth:

numeric Range: 1 to 199

set_burst(burst: bool) None[source]
# SCPI: CONFigure:WLAN:MEASurement<Instance>:MEValuation:PVTime:BURSt
driver.configure.multiEval.powerVsTime.set_burst(burst = False)

Enables or disables the evaluation of burst power results in the power vs time view.

param burst:

OFF | ON OFF: Do not evaluate results. ON: Evaluate results.

set_falling_edge(fall: bool) None[source]
# SCPI: CONFigure:WLAN:MEASurement<Instance>:MEValuation:PVTime:FEDGe
driver.configure.multiEval.powerVsTime.set_falling_edge(fall = False)

Enables or disables the evaluation of falling edge results (transmit power-down ramp) in the power vs time view for DSSS signals.

param fall:

OFF | ON OFF: Do not evaluate results. ON: Evaluate results.

set_rising_edge(rising: bool) None[source]
# SCPI: CONFigure:WLAN:MEASurement<Instance>:MEValuation:PVTime:REDGe
driver.configure.multiEval.powerVsTime.set_rising_edge(rising = False)

Enables or disables the evaluation of rising edge results (transmit power-on ramp) in the power vs time view for DSSS signals.

param rising:

OFF | ON OFF: Do not evaluate results. ON: Evaluate results.

set_rpower(ref_power: RefPower) None[source]
# SCPI: CONFigure:WLAN:MEASurement<instance>:MEValuation:PVTime:RPOWer
driver.configure.multiEval.powerVsTime.set_rpower(ref_power = enums.RefPower.MAXimum)

Sets the reference power to the maximum power or to the mean power of the burst. In DSSS, the thresholds for rising and falling edge results are defined as percentage values of the reference power.

param ref_power:

MAXimum | MEAN