Absolute

SCPI Commands

READ:EVDO:MEASurement<Instance>:MEValuation:TRACe:ACP:AVERage:ABSolute
FETCh:EVDO:MEASurement<Instance>:MEValuation:TRACe:ACP:AVERage:ABSolute
CALCulate:EVDO:MEASurement<Instance>:MEValuation:TRACe:ACP:AVERage:ABSolute
class Absolute[source]

Absolute commands group definition. 3 total commands, 0 Sub-groups, 3 group commands

calculate()List[float][source]
# SCPI: CALCulate:EVDO:MEASurement<instance>:MEValuation:TRACe:ACP:AVERage:ABSolute
value: List[float] = driver.multiEval.trace.acp.average.absolute.calculate()

Returns the adjacent channel absolute power measured in dBm at a series of frequencies. The frequencies are determined by the offset values defined via the commands method RsCmwEvdoMeas.Configure.MultiEval.Acp.Foffsets.lower and method RsCmwEvdoMeas.Configure.MultiEval.Acp.Foffsets.upper. All defined offset values are considered (irrespective of their activation status) . The current, average and maximum traces can be retrieved.

Use RsCmwEvdoMeas.reliability.last_value to read the updated reliability indicator.

return

aver_acp: No help available

fetch()List[float][source]
# SCPI: FETCh:EVDO:MEASurement<instance>:MEValuation:TRACe:ACP:AVERage:ABSolute
value: List[float] = driver.multiEval.trace.acp.average.absolute.fetch()

Returns the adjacent channel absolute power measured in dBm at a series of frequencies. The frequencies are determined by the offset values defined via the commands method RsCmwEvdoMeas.Configure.MultiEval.Acp.Foffsets.lower and method RsCmwEvdoMeas.Configure.MultiEval.Acp.Foffsets.upper. All defined offset values are considered (irrespective of their activation status) . The current, average and maximum traces can be retrieved.

Use RsCmwEvdoMeas.reliability.last_value to read the updated reliability indicator.

return

aver_acp: No help available

read()List[float][source]
# SCPI: READ:EVDO:MEASurement<instance>:MEValuation:TRACe:ACP:AVERage:ABSolute
value: List[float] = driver.multiEval.trace.acp.average.absolute.read()

Returns the adjacent channel absolute power measured in dBm at a series of frequencies. The frequencies are determined by the offset values defined via the commands method RsCmwEvdoMeas.Configure.MultiEval.Acp.Foffsets.lower and method RsCmwEvdoMeas.Configure.MultiEval.Acp.Foffsets.upper. All defined offset values are considered (irrespective of their activation status) . The current, average and maximum traces can be retrieved.

Use RsCmwEvdoMeas.reliability.last_value to read the updated reliability indicator.

return

aver_acp: No help available