Qcomponent

SCPI Command:

READ:GPRF:MEASurement<Instance>:FFTSanalyzer:Q
FETCh:GPRF:MEASurement<Instance>:FFTSanalyzer: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>:FFTSanalyzer:Q
value: List[float] = driver.gprfMeasurement.fftSpecAn.qcomponent.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:

qdata: 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:Q
value: List[float] = driver.gprfMeasurement.fftSpecAn.qcomponent.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:

qdata: 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.