AeoPower

SCPI Commands :

CONFigure:LTE:MEASurement<Instance>:MEValuation:PDYNamics:AEOPower:LEADing
CONFigure:LTE:MEASurement<Instance>:MEValuation:PDYNamics:AEOPower:LAGGing
class AeoPowerCls[source]

AeoPower commands group definition. 2 total commands, 0 Subgroups, 2 group commands

get_lagging() int[source]
# SCPI: CONFigure:LTE:MEASurement<Instance>:MEValuation:PDYNamics:AEOPower:LAGGing
value: int = driver.configure.lteMeas.multiEval.pdynamics.aeoPower.get_lagging()

Shifts the end of the evaluation period for OFF power measurements.

return:

lagging: Positive values reduce the evaluation period (ends earlier) . Negative values increase the evaluation period (ends later) .

get_leading() int[source]
# SCPI: CONFigure:LTE:MEASurement<Instance>:MEValuation:PDYNamics:AEOPower:LEADing
value: int = driver.configure.lteMeas.multiEval.pdynamics.aeoPower.get_leading()

Shifts the beginning of the evaluation period for OFF power measurements.

return:

leading: Positive values reduce the evaluation period (starts later) . Negative values increase the evaluation period (starts earlier) .

set_lagging(lagging: int) None[source]
# SCPI: CONFigure:LTE:MEASurement<Instance>:MEValuation:PDYNamics:AEOPower:LAGGing
driver.configure.lteMeas.multiEval.pdynamics.aeoPower.set_lagging(lagging = 1)

Shifts the end of the evaluation period for OFF power measurements.

param lagging:

Positive values reduce the evaluation period (ends earlier) . Negative values increase the evaluation period (ends later) .

set_leading(leading: int) None[source]
# SCPI: CONFigure:LTE:MEASurement<Instance>:MEValuation:PDYNamics:AEOPower:LEADing
driver.configure.lteMeas.multiEval.pdynamics.aeoPower.set_leading(leading = 1)

Shifts the beginning of the evaluation period for OFF power measurements.

param leading:

Positive values reduce the evaluation period (starts later) . Negative values increase the evaluation period (starts earlier) .