TypePy
SCPI Command :
INPut<ip>:IQ:OSC:TYPE
- class TypePyCls[source]
TypePy commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(inputIx=InputIx.Default) RsFsw.enums.IqType [source]
# SCPI: INPut<ip>:IQ:OSC:TYPE value: enums.IqType = driver.applications.iqAnalyzer.inputPy.iq.osc.typePy.get(inputIx = repcap.InputIx.Default)
Defines the format of the input signal.
- param inputIx
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘InputPy’)
- 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, inputIx=InputIx.Default) None [source]
# SCPI: INPut<ip>:IQ:OSC:TYPE driver.applications.iqAnalyzer.inputPy.iq.osc.typePy.set(type_py = enums.IqType.Ipart=I, inputIx = repcap.InputIx.Default)
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) .
- param inputIx
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘InputPy’)