TypePy

SCPI Command :

INPut:IQ:TYPE
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() IqType[source]
# INPut:IQ:TYPE
value: enums.IqType = driver.applications.k10Xlte.inputPy.iq.typePy.get()

Defines the format of the input signal.

Returns:

data_type: IQ | I | Q IQ The input signal is filtered and resampled to the sample rate of the application. Two input channels are required for each input signal, one for the in-phase component, and one for the quadrature component. I The in-phase component of the input signal is filtered and resampled to the sample rate of the application. If the center frequency is not 0, the in-phase component of the input signal is down-converted first (Low IF I) . Q The quadrature component of the input signal is filtered and resampled to the sample rate of the application. If the center frequency is not 0, the quadrature component of the input signal is down-converted first (Low IF Q) .

set(data_type: IqType) None[source]
# INPut:IQ:TYPE
driver.applications.k10Xlte.inputPy.iq.typePy.set(data_type = enums.IqType.Ipart=I)

Defines the format of the input signal.

Parameters:

data_type – IQ | I | Q IQ The input signal is filtered and resampled to the sample rate of the application. Two input channels are required for each input signal, one for the in-phase component, and one for the quadrature component. I The in-phase component of the input signal is filtered and resampled to the sample rate of the application. If the center frequency is not 0, the in-phase component of the input signal is down-converted first (Low IF I) . Q The quadrature component of the input signal is filtered and resampled to the sample rate of the application. If the center frequency is not 0, the quadrature component of the input signal is down-converted first (Low IF Q) .