TypePy

SCPI Command :

INPut<ip>:IQ:OSC:TYPE
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(inputPy=InputPy.Default) IqType[source]
# INPut<ip>:IQ:OSC:TYPE
value: enums.IqType = driver.applications.iqAnalyzer.inputPy.iq.osc.typePy.get(inputPy = repcap.InputPy.Default)

Defines the format of the input signal.

Parameters:

inputPy – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘InputPy’)

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, inputPy=InputPy.Default) None[source]
# INPut<ip>:IQ:OSC:TYPE
driver.applications.iqAnalyzer.inputPy.iq.osc.typePy.set(type_py = enums.IqType.Ipart=I, inputPy = repcap.InputPy.Default)

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

  • inputPy – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘InputPy’)