PowerVsTime
SCPI Commands :
CONFigure:WLAN:MEASurement<Instance>:MEValuation:LIMit:PVTime:REDGe
CONFigure:WLAN:MEASurement<Instance>:MEValuation:LIMit:PVTime:FEDGe
CONFigure:WLAN:MEASurement<Instance>:MEValuation:LIMit:PVTime:TERRor
CONFigure:WLAN:MEASurement<Instance>:MEValuation:LIMit:PVTime:TEDistrib
- class PowerVsTimeCls[source]
PowerVsTime commands group definition. 4 total commands, 0 Subgroups, 4 group commands
- get_falling_edge() float[source]
# SCPI: CONFigure:WLAN:MEASurement<Instance>:MEValuation:LIMit:PVTime:FEDGe value: float or bool = driver.configure.wlanMeas.multiEval.limit.powerVsTime.get_falling_edge()
Sets the upper limit for the fall time (transmit power-down ramp) of a DSSS signal.
- return:
falling_limit: (float or boolean) No help available
- get_rising_edge() float[source]
# SCPI: CONFigure:WLAN:MEASurement<Instance>:MEValuation:LIMit:PVTime:REDGe value: float or bool = driver.configure.wlanMeas.multiEval.limit.powerVsTime.get_rising_edge()
Sets the upper limit for the rise time (transmit power-on ramp) of a DSSS signal.
- return:
rising_limit: (float or boolean) No help available
- get_te_distribution() float[source]
# SCPI: CONFigure:WLAN:MEASurement<Instance>:MEValuation:LIMit:PVTime:TEDistrib value: float or bool = driver.configure.wlanMeas.multiEval.limit.powerVsTime.get_te_distribution()
Configure the limit of timing error distribution for power vs time measurements for OFDM standards. Exceeding the limit has no impact on the stop On Limit Failure condition or out of tolerance counter.
- return:
te_percentage: (float or boolean) No help available
- get_terror() float[source]
# SCPI: CONFigure:WLAN:MEASurement<Instance>:MEValuation:LIMit:PVTime:TERRor value: float or bool = driver.configure.wlanMeas.multiEval.limit.powerVsTime.get_terror()
Sets the upper limit for timing error for OFDM standards.
- return:
timing_error: (float or boolean) No help available
- set_falling_edge(falling_limit: float) None[source]
# SCPI: CONFigure:WLAN:MEASurement<Instance>:MEValuation:LIMit:PVTime:FEDGe driver.configure.wlanMeas.multiEval.limit.powerVsTime.set_falling_edge(falling_limit = 1.0)
Sets the upper limit for the fall time (transmit power-down ramp) of a DSSS signal.
- param falling_limit:
(float or boolean) No help available
- set_rising_edge(rising_limit: float) None[source]
# SCPI: CONFigure:WLAN:MEASurement<Instance>:MEValuation:LIMit:PVTime:REDGe driver.configure.wlanMeas.multiEval.limit.powerVsTime.set_rising_edge(rising_limit = 1.0)
Sets the upper limit for the rise time (transmit power-on ramp) of a DSSS signal.
- param rising_limit:
(float or boolean) No help available
- set_te_distribution(te_percentage: float) None[source]
# SCPI: CONFigure:WLAN:MEASurement<Instance>:MEValuation:LIMit:PVTime:TEDistrib driver.configure.wlanMeas.multiEval.limit.powerVsTime.set_te_distribution(te_percentage = 1.0)
Configure the limit of timing error distribution for power vs time measurements for OFDM standards. Exceeding the limit has no impact on the stop On Limit Failure condition or out of tolerance counter.
- param te_percentage:
(float or boolean) No help available
- set_terror(timing_error: float) None[source]
# SCPI: CONFigure:WLAN:MEASurement<Instance>:MEValuation:LIMit:PVTime:TERRor driver.configure.wlanMeas.multiEval.limit.powerVsTime.set_terror(timing_error = 1.0)
Sets the upper limit for timing error for OFDM standards.
- param timing_error:
(float or boolean) No help available