Poffset<FreqOffset>

RepCap Settings

# Range: Nr1 .. Nr41
rc = driver.multiEval.listPy.sswitching.poffset.repcap_freqOffset_get()
driver.multiEval.listPy.sswitching.poffset.repcap_freqOffset_set(repcap.FreqOffset.Nr1)

SCPI Commands

FETCh:GSM:MEASurement<Instance>:MEValuation:LIST:SSWitching:POFFset<FreqOffset>
CALCulate:GSM:MEASurement<Instance>:MEValuation:LIST:SSWitching:POFFset<FreqOffset>
class Poffset[source]

Poffset commands group definition. 2 total commands, 0 Sub-groups, 2 group commands Repeated Capability: FreqOffset, default value after init: FreqOffset.Nr1

calculate(freqOffset=<FreqOffset.Default: -1>)List[RsCmwGsmMeas.enums.ResultStatus2][source]
# SCPI: CALCulate:GSM:MEASurement<Instance>:MEValuation:LIST:SSWitching:POFFset<nr>
value: List[enums.ResultStatus2] = driver.multiEval.listPy.sswitching.poffset.calculate(freqOffset = repcap.FreqOffset.Default)

Return the burst power at the carrier frequency minus/plus a selected frequency offset, for all measured list mode segments of the 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.

param freqOffset

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Poffset’)

return

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

fetch(freqOffset=<FreqOffset.Default: -1>)List[float][source]
# SCPI: FETCh:GSM:MEASurement<Instance>:MEValuation:LIST:SSWitching:POFFset<nr>
value: List[float] = driver.multiEval.listPy.sswitching.poffset.fetch(freqOffset = repcap.FreqOffset.Default)

Return the burst power at the carrier frequency minus/plus a selected frequency offset, for all measured list mode segments of the 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.

param freqOffset

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Poffset’)

return

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

Cloning the Group

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