Absolute

SCPI Commands

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

Absolute 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:MAXimum:ABSolute
value: List[enums.ResultStatus2] = driver.multiEval.trace.acp.maximum.absolute.calculate()

Returns the absolute 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

maximum_acp: No help available

fetch()List[float][source]
# SCPI: FETCh:CDMA:MEASurement<Instance>:MEValuation:TRACe:ACP:MAXimum:ABSolute
value: List[float] = driver.multiEval.trace.acp.maximum.absolute.fetch()

Returns the absolute 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

maximum_acp: No help available

read()List[float][source]
# SCPI: READ:CDMA:MEASurement<Instance>:MEValuation:TRACe:ACP:MAXimum:ABSolute
value: List[float] = driver.multiEval.trace.acp.maximum.absolute.read()

Returns the absolute 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

maximum_acp: No help available