Data

SCPI Command :

TRACe:IQ:DATA
class DataCls[source]

Data commands group definition. 2 total commands, 1 Subgroups, 1 group commands

get() List[float][source]
# SCPI: TRACe:IQ:DATA
value: List[float] = driver.applications.k91Wlan.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 method RsFsw.Trace.Iq.Data.get_ command is quicker in comparison. Note: Using the command with the *RST values 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

return

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.K18_AmplifierEt.Trace.Iq.Data.FormatPy.set. Unit: V

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.applications.k91Wlan.trace.iq.data.clone()

Subgroups