Source
SCPI Command :
OUTPut<xxx>:IF[:SOURce]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(outputConnector=OutputConnector.Default) IfSource[source]
# OUTPut<xxx>:IF[:SOURce] value: enums.IfSource = driver.applications.k14Xnr5G.output.ifreq.source.get(outputConnector = repcap.OutputConnector.Default)
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:
outputConnector – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘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: IfSource, outputConnector=OutputConnector.Default) None[source]
# OUTPut<xxx>:IF[:SOURce] driver.applications.k14Xnr5G.output.ifreq.source.set(source = enums.IfSource.HVIDeo, outputConnector = repcap.OutputConnector.Default)
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.outputConnector – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Output’)