TypePy

SCPI Command :

INPut:IQ:OSC:TYPE
class TypePyCls[source]

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

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

Defines the format of the input signal.

return

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: RsFsw.enums.IqType) None[source]
# SCPI: INPut:IQ:OSC:TYPE
driver.inputPy.iq.osc.typePy.set(type_py = enums.IqType.Ipart=I)

Defines the format of the input signal.

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