Frequency

SCPI Command :

FETCh:GPRF:MEASurement<instance>:PLOSs:EVALuate:FREQuency
class FrequencyCls[source]

Frequency commands group definition. 1 total commands, 0 Subgroups, 1 group commands

fetch(connection_name: str) List[float][source]
# SCPI: FETCh:GPRF:MEASurement<instance>:PLOSs:EVALuate:FREQuency
value: List[float] = driver.gprf.measurement.ploss.evaluate.frequency.fetch(connection_name = 'abc')

Returns the frequency values of the result table for a selected RF connection. The order of the list entries is the same as in the command method RsCMPX_Gprf.Gprf.Measurement.Ploss.Evaluate.Gain.fetch. Use this command to check at which frequencies the gain values have been measured. For possible connection names, see method RsCMPX_Gprf.Catalog.Gprf. Measurement.Ploss.cname.

Suppressed linked return values: reliability

param connection_name:

RF connection for which results are queried.

return:

frequency: Comma-separated list of frequency values.