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

Returns the contents of the I and Q result diagrams.

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

return:

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

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

Returns the contents of the I and Q result diagrams.

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

return:

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