Cpower

SCPI Commands

FETCh:GSM:MEASurement<Instance>:MEValuation:LIST:SSWitching:CPOWer
CALCulate:GSM:MEASurement<Instance>:MEValuation:LIST:SSWitching:CPOWer
class Cpower[source]

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

calculate()List[float][source]
# SCPI: CALCulate:GSM:MEASurement<Instance>:MEValuation:LIST:SSWitching:CPOWer
value: List[float] = driver.multiEval.listPy.sswitching.cpower.calculate()

Return carrier output power results for all measured list mode segments, for spectrum due to modulation or spectrum due to switching measurement. The values described below are returned by FETCh commands. CALCulate commands return limit check results instead, one value for each result listed below.

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

return

carrier_power: float Comma-separated list of values, one per measured segment Range: -100 dBm to 55 dBm, Unit: dBm

fetch()List[float][source]
# SCPI: FETCh:GSM:MEASurement<Instance>:MEValuation:LIST:SSWitching:CPOWer
value: List[float] = driver.multiEval.listPy.sswitching.cpower.fetch()

Return carrier output power results for all measured list mode segments, for spectrum due to modulation or spectrum due to switching measurement. The values described below are returned by FETCh commands. CALCulate commands return limit check results instead, one value for each result listed below.

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

return

carrier_power: float Comma-separated list of values, one per measured segment Range: -100 dBm to 55 dBm, Unit: dBm