Relative

SCPI Commands

READ:CDMA:MEASurement<Instance>:MEValuation:TRACe:ACP:AVERage:RELative
FETCh:CDMA:MEASurement<Instance>:MEValuation:TRACe:ACP:AVERage:RELative
CALCulate:CDMA:MEASurement<Instance>:MEValuation:TRACe:ACP:AVERage:RELative
class Relative[source]

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

calculate()List[RsCmwCdma2kMeas.enums.ResultStatus2][source]
# SCPI: CALCulate:CDMA:MEASurement<Instance>:MEValuation:TRACe:ACP:AVERage[:RELative]
value: List[enums.ResultStatus2] = driver.multiEval.trace.acp.average.relative.calculate()

Returns the relative adjacent channel power measured at a series of frequencies. The frequencies are determined by the offset values defined via the command method RsCmwCdma2kMeas.Configure.MultiEval.Acp.foffsets. All defined offset values are considered (irrespective of their activation status) . The current, average and maximum traces can be retrieved. The number to the left of each result parameter is provided for easy identification of the parameter position within the result array. The values described below are returned by FETCh and READ commands. CALCulate commands return limit check results instead, one value for each result listed below.

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

return

average_acp: No help available

fetch()List[float][source]
# SCPI: FETCh:CDMA:MEASurement<Instance>:MEValuation:TRACe:ACP:AVERage[:RELative]
value: List[float] = driver.multiEval.trace.acp.average.relative.fetch()

Returns the relative adjacent channel power measured at a series of frequencies. The frequencies are determined by the offset values defined via the command method RsCmwCdma2kMeas.Configure.MultiEval.Acp.foffsets. All defined offset values are considered (irrespective of their activation status) . The current, average and maximum traces can be retrieved. The number to the left of each result parameter is provided for easy identification of the parameter position within the result array. The values described below are returned by FETCh and READ commands. CALCulate commands return limit check results instead, one value for each result listed below.

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

return

average_acp: No help available

read()List[float][source]
# SCPI: READ:CDMA:MEASurement<Instance>:MEValuation:TRACe:ACP:AVERage[:RELative]
value: List[float] = driver.multiEval.trace.acp.average.relative.read()

Returns the relative adjacent channel power measured at a series of frequencies. The frequencies are determined by the offset values defined via the command method RsCmwCdma2kMeas.Configure.MultiEval.Acp.foffsets. All defined offset values are considered (irrespective of their activation status) . The current, average and maximum traces can be retrieved. The number to the left of each result parameter is provided for easy identification of the parameter position within the result array. The values described below are returned by FETCh and READ commands. CALCulate commands return limit check results instead, one value for each result listed below.

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

return

average_acp: No help available