Icomponent

SCPI Command:

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

Query the contents of the time domain diagrams. There are separate commands for the I amplitudes and the Q amplitudes.

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

return:

idata: Comma-separated list of normalized I or Q amplitudes The number of values equals the configured FFT length. The order of the values corresponds to the I/Q vs. time diagram, from left to right.

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

Query the contents of the time domain diagrams. There are separate commands for the I amplitudes and the Q amplitudes.

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

return:

idata: Comma-separated list of normalized I or Q amplitudes The number of values equals the configured FFT length. The order of the values corresponds to the I/Q vs. time diagram, from left to right.