Qcomponent

SCPI Commands :

READ:GPRF:MEASurement<Instance>:IQVSlot:Q
FETCh:GPRF:MEASurement<Instance>:IQVSlot:Q
class QcomponentCls[source]

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

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

Returns the contents of the I and Q result diagrams.

Suppressed linked return values: reliability

return:

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

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

Returns the contents of the I and Q result diagrams.

Suppressed linked return values: reliability

return:

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