FormatPy

SCPI Command :

TRACe:IQ:DATA:FORMat
class FormatPyCls[source]

FormatPy commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get() RsFsw.enums.IqResultDataFormat[source]
# SCPI: 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’. For traces captured using the optional 2 GHz / 5 GHz bandwidth extension (FSW-B2000/B5000) , only ‘IQPair’ format is available.

return

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: RsFsw.enums.IqResultDataFormat) None[source]
# SCPI: 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’. For traces captured using the optional 2 GHz / 5 GHz bandwidth extension (FSW-B2000/B5000) , only ‘IQPair’ format is available.

param 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) ‘) .