Source

SCPI Commands

OUTPut<OutputConnector>:IF:SOURce
class SourceCls[source]

Source commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(outputConnector=OutputConnector.Default) Source[source]
# SCPI: OUTPut<up>:IF[:SOURce]
value: enums.Source = driver.applications.k70Vsa.output.ifreq.source.get(outputConnector = repcap.OutputConnector.Default)

Defines the type of signal available at one of the output connectors of the R&S FSWP.

param outputConnector

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Output’)

return

source: IF The measured IF value is available at the IF/VIDEO/DEMOD output connector. 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, outputConnector=OutputConnector.Default) None[source]
# SCPI: OUTPut<up>:IF[:SOURce]
driver.applications.k70Vsa.output.ifreq.source.set(source = enums.Source.AM, outputConnector = repcap.OutputConnector.Default)

Defines the type of signal available at one of the output connectors of the R&S FSWP.

param source

IF The measured IF value is available at the IF/VIDEO/DEMOD output connector. 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.

param outputConnector

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Output’)