Source
SCPI Command :
OUTPut:IF[:SOURce]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() Source[source]
# OUTPut:IF[:SOURce] value: enums.Source = driver.output.ifreq.source.get()
Defines the type of signal available at one of the output connectors of the FSW. For restrictions and more information see ‘IF and video signal output’.
- Returns:
source: IF The measured IF value is available at the IF/VIDEO/DEMOD output connector. The frequency at which the IF value is provided is defined using the method
RsFsw.applications.k9X11Ad.output.ifreq.ifFrequency.set()command. VIDeo The displayed video signal (i.e. the filtered and detected IF signal, 200mV) is available at the IF/VIDEO/DEMOD output connector. This setting is required to provide demodulated audio frequencies at the output.
- set(source: Source) None[source]
# OUTPut:IF[:SOURce] driver.output.ifreq.source.set(source = enums.Source.AM)
Defines the type of signal available at one of the output connectors of the FSW. For restrictions and more information see ‘IF and video signal output’.
- Parameters:
source – IF The measured IF value is available at the IF/VIDEO/DEMOD output connector. The frequency at which the IF value is provided is defined using the method
RsFsw.applications.k9X11Ad.output.ifreq.ifFrequency.set()command. VIDeo The displayed video signal (i.e. the filtered and detected IF signal, 200mV) is available at the IF/VIDEO/DEMOD output connector. This setting is required to provide demodulated audio frequencies at the output.