Maximum

SCPI Commands

FETCh:CDMA:MEASurement<Instance>:MEValuation:LIST:CPO:RSCH:ZOET:MAXimum
CALCulate:CDMA:MEASurement<Instance>:MEValuation:LIST:CPO:RSCH:ZOET:MAXimum
class Maximum[source]

Maximum commands group definition. 2 total commands, 0 Sub-groups, 2 group commands

calculate()List[float][source]
# SCPI: CALCulate:CDMA:MEASurement<Instance>:MEValuation:LIST:CPO:RSCH:ZOET:MAXimum
value: List[float] = driver.multiEval.listPy.cpo.rsCh.zoet.maximum.calculate()

Returns the phase offset (statistical values) of the reverse supplemental channel 0 for all active list mode segments. The mnemonic ZOET refers to the corresponding Walsh code W012: ‘Zero-One-Exponent-Two’. The values described below are returned by FETCh 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

rsch_0_w_01_e_02: float Comma-separated list of values, one per active segment. Range: –180 deg to +180 deg

fetch()List[float][source]
# SCPI: FETCh:CDMA:MEASurement<Instance>:MEValuation:LIST:CPO:RSCH:ZOET:MAXimum
value: List[float] = driver.multiEval.listPy.cpo.rsCh.zoet.maximum.fetch()

Returns the phase offset (statistical values) of the reverse supplemental channel 0 for all active list mode segments. The mnemonic ZOET refers to the corresponding Walsh code W012: ‘Zero-One-Exponent-Two’. The values described below are returned by FETCh 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

rsch_0_w_01_e_02: float Comma-separated list of values, one per active segment. Range: –180 deg to +180 deg