FormatPy
SCPI Command :
TRACe:IQ:DATA:FORMat
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() IqResultDataFormat[source]
# TRACe:IQ:DATA:FORMat value: enums.IqResultDataFormat = driver.applications.k60Transient.trace.iq.data.formatPy.get()
Selects the order of the I/Q data. For details see ‘Reference: format description for I/Q data files’.
- Returns:
format_py: COMPatible | IQBLock | IQPair COMPatible I and Q values are separated and collected in blocks: A block (512k) of I values is followed by a block (512k) of Q values, followed by a block of I values, followed by a block of Q values etc. (I,I,I,I,Q,Q,Q,Q,I,I,I,I,Q,Q,Q,Q…) IQBLock First all I-values are listed, then the Q-values (I,I,I,I,I,I,…Q,Q,Q,Q,Q,Q) This option is not available for input from SnP files (see ‘Compensating for Frequency Response Using SnP Files (FSW-K544) ‘) . IQPair One pair of I/Q values after the other is listed (I,Q,I,Q,I,Q…) . This option is the default for input from SnP files (see ‘Compensating for Frequency Response Using SnP Files (FSW-K544) ‘) .
- set(format_py: IqResultDataFormat) None[source]
# TRACe:IQ:DATA:FORMat driver.applications.k60Transient.trace.iq.data.formatPy.set(format_py = enums.IqResultDataFormat.COMPatible)
Selects the order of the I/Q data. For details see ‘Reference: format description for I/Q data files’.
- Parameters:
format_py – COMPatible | IQBLock | IQPair COMPatible I and Q values are separated and collected in blocks: A block (512k) of I values is followed by a block (512k) of Q values, followed by a block of I values, followed by a block of Q values etc. (I,I,I,I,Q,Q,Q,Q,I,I,I,I,Q,Q,Q,Q…) IQBLock First all I-values are listed, then the Q-values (I,I,I,I,I,I,…Q,Q,Q,Q,Q,Q) This option is not available for input from SnP files (see ‘Compensating for Frequency Response Using SnP Files (FSW-K544) ‘) . IQPair One pair of I/Q values after the other is listed (I,Q,I,Q,I,Q…) . This option is the default for input from SnP files (see ‘Compensating for Frequency Response Using SnP Files (FSW-K544) ‘) .