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.wlanMeas.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: No help available

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

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

return:

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

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

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

return:

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

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

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

return:

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

get_rpower() RefPower[source]
# SCPI: CONFigure:WLAN:MEASurement<instance>:MEValuation:PVTime:RPOWer
value: enums.RefPower = driver.configure.wlanMeas.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: No help available

set_alength(avg_lenth: float) None[source]
# SCPI: CONFigure:WLAN:MEASurement<instance>:MEValuation:PVTime:ALENgth
driver.configure.wlanMeas.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:

No help available

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

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

param burst:

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

set_falling_edge(fall: bool) None[source]
# SCPI: CONFigure:WLAN:MEASurement<Instance>:MEValuation:PVTime:FEDGe
driver.configure.wlanMeas.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 square for DSSS signals.

param fall:

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

set_rising_edge(rising: bool) None[source]
# SCPI: CONFigure:WLAN:MEASurement<Instance>:MEValuation:PVTime:REDGe
driver.configure.wlanMeas.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 square for DSSS signals.

param rising:

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

set_rpower(ref_power: RefPower) None[source]
# SCPI: CONFigure:WLAN:MEASurement<instance>:MEValuation:PVTime:RPOWer
driver.configure.wlanMeas.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:

No help available