Limits

SCPI Commands

FETCh:GSM:MEASurement<Instance>:MEValuation:SSWitching:FREQuency:LIMits
READ:GSM:MEASurement<Instance>:MEValuation:SSWitching:FREQuency:LIMits
class Limits[source]

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

fetch()List[float][source]
# SCPI: FETCh:GSM:MEASurement<Instance>:MEValuation:SSWitching:FREQuency:LIMits
value: List[float] = driver.multiEval.sswitching.frequency.limits.fetch()

Queries the limits for spectrum switching frequency. See also method RsCmwGsmMeas.Configure.MultiEval.Sswitching. ofrequence.

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

return

limit: float 41 values display limits at the following frequency offsets: values 1 to 20 = minus offset 19 to minus offset 0 value 21 = carrier frequency, no offset values 21 to 41 = plus offset 0 to plus offset 19 Unit: dBm

read()List[float][source]
# SCPI: READ:GSM:MEASurement<Instance>:MEValuation:SSWitching:FREQuency:LIMits
value: List[float] = driver.multiEval.sswitching.frequency.limits.read()

Queries the limits for spectrum switching frequency. See also method RsCmwGsmMeas.Configure.MultiEval.Sswitching. ofrequence.

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

return

limit: float 41 values display limits at the following frequency offsets: values 1 to 20 = minus offset 19 to minus offset 0 value 21 = carrier frequency, no offset values 21 to 41 = plus offset 0 to plus offset 19 Unit: dBm