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.gprf.measurement.fftSpecAn.icomponent.fetch()

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

Suppressed linked return values: reliability

return:

idata: 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.gprf.measurement.fftSpecAn.icomponent.read()

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

Suppressed linked return values: reliability

return:

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