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.iqVsSlot.qcomponent.fetch()

Returns the contents of the I and Q result diagrams.

Use RsCmwGprfMeas.reliability.last_value to read the updated reliability indicator.

return:

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

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

Returns the contents of the I and Q result diagrams.

Use RsCmwGprfMeas.reliability.last_value to read the updated reliability indicator.

return:

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