TypePy
SCPI Command :
INPut:IQ:OSC:TYPE
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() IqType[source]
# INPut:IQ:OSC:TYPE value: enums.IqType = driver.inputPy.iq.osc.typePy.get()
Defines the format of the input signal.
- Returns:
type_py: IQ | I IQ Both components of the complex input signal (in-phase component, quadrature component) are filtered and resampled to the sample rate of the application. The input signal is down-converted with the center frequency (Low IF I) . I The input signal at the channel providing I data is resampled to the sample rate of the application. The input signal is down-converted with the center frequency (Low IF I) .
- set(type_py: IqType) None[source]
# INPut:IQ:OSC:TYPE driver.inputPy.iq.osc.typePy.set(type_py = enums.IqType.Ipart=I)
Defines the format of the input signal.
- Parameters:
type_py – IQ | I IQ Both components of the complex input signal (in-phase component, quadrature component) are filtered and resampled to the sample rate of the application. The input signal is down-converted with the center frequency (Low IF I) . I The input signal at the channel providing I data is resampled to the sample rate of the application. The input signal is down-converted with the center frequency (Low IF I) .