Source

SCPI Command :

[SOURce]:LFOutput<CH>:SOURce
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(lfOutput=LfOutput.Default) LfSource[source]
# [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.

Parameters:

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

Returns:

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: LfSource, lfOutput=LfOutput.Default) None[source]
# [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.

Parameters:
  • 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.

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