Icomponent

SCPI Commands :

READ:GPRF:MEASurement<Instance>:FFTSanalyzer:I
FETCh:GPRF:MEASurement<Instance>:FFTSanalyzer: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>:FFTSanalyzer:I
value: List[float] = driver.fftSpecAn.icomponent.fetch()

Returns the measured normalized I and Q amplitudes in the time domain.

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

return:

idata: float Comma-separated list of N normalized I or Q amplitudes. N equals the configured FFT length.

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

Returns the measured normalized I and Q amplitudes in the time domain.

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

return:

idata: float Comma-separated list of N normalized I or Q amplitudes. N equals the configured FFT length.