InpType
SCPI Command :
CHANnel<*>:IQ:INPType
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(channel=Channel.Default) IqInputType[source]
# CHANnel<*>:IQ:INPType value: enums.IqInputType = driver.channel.iq.inpType.get(channel = repcap.Channel.Default)
Sets the type of the input signal.
- Parameters:
channel – optional repeated capability selector. Default value: Ch1 (settable in the interface ‘Channel’)
- Returns:
iq_input_type: REAL | COMPlex
REAL: Real RF signal. One real RF signal requires one input channel, thus up to four real signals can be recorded in parallel.
COMPlex: Complex I/Q signal in baseband or low IF range. One complex input signal requires two input channels. The In-Phase component must be connected to channel 1 or 3, and the Quadrature component must be connected to channel 2 or 4. Thus up to two complex input signals can be recorded in parallel.
- set(iq_input_type: IqInputType, channel=Channel.Default) None[source]
# CHANnel<*>:IQ:INPType driver.channel.iq.inpType.set(iq_input_type = enums.IqInputType.COMPlex, channel = repcap.Channel.Default)
Sets the type of the input signal.
- Parameters:
iq_input_type –
REAL | COMPlex
REAL: Real RF signal. One real RF signal requires one input channel, thus up to four real signals can be recorded in parallel.
COMPlex: Complex I/Q signal in baseband or low IF range. One complex input signal requires two input channels. The In-Phase component must be connected to channel 1 or 3, and the Quadrature component must be connected to channel 2 or 4. Thus up to two complex input signals can be recorded in parallel.
channel – optional repeated capability selector. Default value: Ch1 (settable in the interface ‘Channel’)