Gain

SCPI Command :

FETCh:GPRF:MEASurement<instance>:PLOSs:EVALuate:TRACe:GAIN
class GainCls[source]

Gain 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:TRACe:GAIN
value: List[float] = driver.gprf.measurement.ploss.evaluate.trace.gain.fetch(connection_name = 'abc')

Returns the gain values of the result diagram for a selected RF connection. 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:

gain: Comma-separated list of gain values.