Acp

SCPI Commands

READ:CDMA:MEASurement<Instance>:MEValuation:ACP
FETCh:CDMA:MEASurement<Instance>:MEValuation:ACP
CALCulate:CDMA:MEASurement<Instance>:MEValuation:ACP
class Acp[source]

Acp commands group definition. 12 total commands, 3 Sub-groups, 3 group commands

calculate()float[source]
# SCPI: CALCulate:CDMA:MEASurement<Instance>:MEValuation:ACP
value: float = driver.multiEval.acp.calculate()

Returns the ‘Out of Tolerance’ result, i.e. the percentage of measurement intervals of the statistic count (method RsCmwCdma2kMeas.Configure.MultiEval.Scount.spectrum) exceeding the specified limits, see ‘Limits (Spectrum) ‘. 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

out_of_tolerance: float Range: 0 % to 100 %, Unit: %

fetch()float[source]
# SCPI: FETCh:CDMA:MEASurement<Instance>:MEValuation:ACP
value: float = driver.multiEval.acp.fetch()

Returns the ‘Out of Tolerance’ result, i.e. the percentage of measurement intervals of the statistic count (method RsCmwCdma2kMeas.Configure.MultiEval.Scount.spectrum) exceeding the specified limits, see ‘Limits (Spectrum) ‘. 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

out_of_tolerance: float Range: 0 % to 100 %, Unit: %

read()float[source]
# SCPI: READ:CDMA:MEASurement<Instance>:MEValuation:ACP
value: float = driver.multiEval.acp.read()

Returns the ‘Out of Tolerance’ result, i.e. the percentage of measurement intervals of the statistic count (method RsCmwCdma2kMeas.Configure.MultiEval.Scount.spectrum) exceeding the specified limits, see ‘Limits (Spectrum) ‘. 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

out_of_tolerance: float Range: 0 % to 100 %, Unit: %

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.multiEval.acp.clone()

Subgroups