Icomponent

SCPI Commands :

READ:GPRF:MEASurement<Instance>:IQVSlot:I
FETCh:GPRF:MEASurement<Instance>:IQVSlot:I
class IcomponentCls[source]

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

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

Returns the contents of the I and Q result diagrams.

Suppressed linked return values: reliability

return:

idata: Comma-separated list of amplitudes, one value per measured step

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

Returns the contents of the I and Q result diagrams.

Suppressed linked return values: reliability

return:

idata: Comma-separated list of amplitudes, one value per measured step