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.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) numeric | ON | OFF Range: 0 s to 5E-6 s Additional parameters: OFF | ON (disables the limit check | enables the limit check using the previous limit values)

get_rising_edge() float[source]
# SCPI: CONFigure:WLAN:MEASurement<Instance>:MEValuation:LIMit:PVTime:REDGe
value: float or bool = driver.configure.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) numeric | ON | OFF Range: 0 s to 5E-6 s Additional parameters: OFF | ON (disables the limit check | enables the limit check using the previous limit values)

get_te_distribution() float[source]
# SCPI: CONFigure:WLAN:MEASurement<Instance>:MEValuation:LIMit:PVTime:TEDistrib
value: float or bool = driver.configure.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) numeric | ON | OFF Unit: % Additional parameters: OFF | ON (disables | enables the limit check)

get_terror() float[source]
# SCPI: CONFigure:WLAN:MEASurement<Instance>:MEValuation:LIMit:PVTime:TERRor
value: float or bool = driver.configure.multiEval.limit.powerVsTime.get_terror()

Sets the upper limit for timing error for OFDM standards.

return:

timing_error: (float or boolean) numeric | ON | OFF Range: 0 s to 100E-6 s Additional parameters: OFF | ON (disables the limit check | enables the limit check using the previous limit values)

set_falling_edge(falling_limit: float) None[source]
# SCPI: CONFigure:WLAN:MEASurement<Instance>:MEValuation:LIMit:PVTime:FEDGe
driver.configure.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) numeric | ON | OFF Range: 0 s to 5E-6 s Additional parameters: OFF | ON (disables the limit check | enables the limit check using the previous limit values)

set_rising_edge(rising_limit: float) None[source]
# SCPI: CONFigure:WLAN:MEASurement<Instance>:MEValuation:LIMit:PVTime:REDGe
driver.configure.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) numeric | ON | OFF Range: 0 s to 5E-6 s Additional parameters: OFF | ON (disables the limit check | enables the limit check using the previous limit values)

set_te_distribution(te_percentage: float) None[source]
# SCPI: CONFigure:WLAN:MEASurement<Instance>:MEValuation:LIMit:PVTime:TEDistrib
driver.configure.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) numeric | ON | OFF Unit: % Additional parameters: OFF | ON (disables | enables the limit check)

set_terror(timing_error: float) None[source]
# SCPI: CONFigure:WLAN:MEASurement<Instance>:MEValuation:LIMit:PVTime:TERRor
driver.configure.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) numeric | ON | OFF Range: 0 s to 100E-6 s Additional parameters: OFF | ON (disables the limit check | enables the limit check using the previous limit values)