TypePy

SCPI Command :

INPut:IQ:TYPE
class TypePyCls[source]

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

get() RsFsw.enums.IqType[source]
# SCPI: INPut:IQ:TYPE
value: enums.IqType = driver.applications.k70Vsa.inputPy.iq.typePy.get()

Defines the format of the input signal.

return

type_py: No help available

set(type_py: RsFsw.enums.IqType) None[source]
# SCPI: INPut:IQ:TYPE
driver.applications.k70Vsa.inputPy.iq.typePy.set(type_py = enums.IqType.Ipart=I)

Defines the format of the input signal.

param type_py

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