InpMode

SCPI Command :

CHANnel<*>:IQ:INPMode
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(channel=Channel.Default) IqInputMode[source]
# CHANnel<*>:IQ:INPMode
value: enums.IqInputMode = driver.channel.iq.inpMode.get(channel = repcap.Channel.Default)

Selects the frequency band of a complex input signal.

Parameters:

channel – optional repeated capability selector. Default value: Ch1 (settable in the interface ‘Channel’)

Returns:

iq_input_mode: Baseband or intermediate frequency (RFIF)

set(iq_input_mode: IqInputMode, channel=Channel.Default) None[source]
# CHANnel<*>:IQ:INPMode
driver.channel.iq.inpMode.set(iq_input_mode = enums.IqInputMode.BASeband, channel = repcap.Channel.Default)

Selects the frequency band of a complex input signal.

Parameters:
  • iq_input_mode – Baseband or intermediate frequency (RFIF)

  • channel – optional repeated capability selector. Default value: Ch1 (settable in the interface ‘Channel’)