Data
SCPI Command :
TRACe:IQ:DATA
- Commands in total: 3Subgroups: 2Direct child commands: 1
- get() List[float][source]
# TRACe:IQ:DATA value: List[float] = driver.applications.k149Uwb.trace.iq.data.get()
Initiates a measurement with the current settings and returns the captured data from I/Q measurements. Corresponds to: INIT:IMM;``*WAI``;method
RsFsw.trace.iq.data.memory.get()However, the methodRsFsw.trace.iq.data.get()command is quicker in comparison. Note: Using the command with the*RSTvalues for the TRACe:IQ:SET command, the following minimum buffer sizes for the response data are recommended: ASCII format 10 kBytes, binary format: 2 kBytes- Returns:
iq_data: Measured voltage for I and Q component for each sample that has been captured during the measurement. For analog baseband input in real baseband mode, the results for the irrelevant component are all 0. For more information see ‘I/Q processing modes’. The number of samples depends on TRACe:IQ:SET. In ASCII format, the number of results is 2* the number of samples. The data format depends on method
RsFsw.applications.k18AmplifierEt.trace.iq.data.formatPy.set(). Unit: V
Cloning the Group
# Create a copy of the original group, that exists independently
data_copy = driver.applications.k149Uwb.trace.iq.data.clone()
Subgroups