Source

SCPI Command :

[SOURce]:LFOutput<CH>:SOURce
class SourceCls[source]

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

get(lfOutput=LfOutput.Default) RsSmw.enums.LfSource[source]
# SCPI: [SOURce]:LFOutput<CH>:SOURce
value: enums.LfSource = driver.source.lfOutput.source.get(lfOutput = repcap.LfOutput.Default)

Determines the LF signal to be synchronized, when monitoring is enabled.

param lfOutput

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

return

source: LF1| LF2| NOISe| AM| FMPM| EXT1 | | EXT2| LF1B| LF2B| AMB| NOISB| FMPMB| LF1A| LF2A| NOISA| FMPMA| AMA LF1|LF2|LF1A|LF2A|LF1B|LF2B Selects an internally generated LF signal. NOISe|NOISA|NOISB Selects an internally generated noise signal. EXT1|EXT2 Selects an externally supplied LF signal AM|AMA|AMB Selects the AM signal. FMPM|FMPMA|FMPMB Selects the signal also used by the frequency or phase modulations.

set(source: RsSmw.enums.LfSource, lfOutput=LfOutput.Default) None[source]
# SCPI: [SOURce]:LFOutput<CH>:SOURce
driver.source.lfOutput.source.set(source = enums.LfSource.AM, lfOutput = repcap.LfOutput.Default)

Determines the LF signal to be synchronized, when monitoring is enabled.

param source

LF1| LF2| NOISe| AM| FMPM| EXT1 | | EXT2| LF1B| LF2B| AMB| NOISB| FMPMB| LF1A| LF2A| NOISA| FMPMA| AMA LF1|LF2|LF1A|LF2A|LF1B|LF2B Selects an internally generated LF signal. NOISe|NOISA|NOISB Selects an internally generated noise signal. EXT1|EXT2 Selects an externally supplied LF signal AM|AMA|AMB Selects the AM signal. FMPM|FMPMA|FMPMB Selects the signal also used by the frequency or phase modulations.

param lfOutput

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