Level

SCPI Commands :

READ:GPRF:MEASurement<Instance>:IQVSlot:LEVel
FETCh:GPRF:MEASurement<Instance>:IQVSlot:LEVel
class LevelCls[source]

Level commands group definition. 2 total commands, 0 Subgroups, 2 group commands

fetch() List[float][source]
# SCPI: FETCh:GPRF:MEASurement<Instance>:IQVSlot:LEVel
value: List[float] = driver.gprf.measurement.iqVsSlot.level.fetch()

Returns the contents of the level result diagram.

Suppressed linked return values: reliability

return:

level: Comma-separated list of levels, one value per measured step

read() List[float][source]
# SCPI: READ:GPRF:MEASurement<Instance>:IQVSlot:LEVel
value: List[float] = driver.gprf.measurement.iqVsSlot.level.read()

Returns the contents of the level result diagram.

Suppressed linked return values: reliability

return:

level: Comma-separated list of levels, one value per measured step