Source

SCPI Command :

OUTPut:IF:SOURce
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() OutputIfSource[source]
# OUTPut:IF:SOURce
value: enums.OutputIfSource = driver.applications.k9X11Ad.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: OutputIfSource) None[source]
# OUTPut:IF:SOURce
driver.applications.k9X11Ad.output.ifreq.source.set(source = enums.OutputIfSource.IF)

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.