Frequency

SCPI Commands

CALCulate:GSM:MEASurement<Instance>:MEValuation:SSWitching:FREQuency
FETCh:GSM:MEASurement<Instance>:MEValuation:SSWitching:FREQuency
READ:GSM:MEASurement<Instance>:MEValuation:SSWitching:FREQuency
class Frequency[source]

Frequency commands group definition. 5 total commands, 1 Sub-groups, 3 group commands

calculate()List[RsCmwGsmMeas.enums.ResultStatus2][source]
# SCPI: CALCulate:GSM:MEASurement<Instance>:MEValuation:SSWitching:FREQuency
value: List[enums.ResultStatus2] = driver.multiEval.sswitching.frequency.calculate()

Returns the maximum burst power measured at a series of frequencies. The frequencies are determined by the offset values defined via the command method RsCmwGsmMeas.Configure.MultiEval.Sswitching.ofrequence. All defined offset values are considered (irrespective of their activation status) . 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 RsCmwGsmMeas.reliability.last_value to read the updated reliability indicator.

return

power: No help available

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

Returns the maximum burst power measured at a series of frequencies. The frequencies are determined by the offset values defined via the command method RsCmwGsmMeas.Configure.MultiEval.Sswitching.ofrequence. All defined offset values are considered (irrespective of their activation status) . 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 RsCmwGsmMeas.reliability.last_value to read the updated reliability indicator.

return

power: No help available

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

Returns the maximum burst power measured at a series of frequencies. The frequencies are determined by the offset values defined via the command method RsCmwGsmMeas.Configure.MultiEval.Sswitching.ofrequence. All defined offset values are considered (irrespective of their activation status) . 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 RsCmwGsmMeas.reliability.last_value to read the updated reliability indicator.

return

power: No help available

Cloning the Group

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

Subgroups