Source
SCPI Command :
[SOURce]:LFOutput<CH>:SOURce
- Commands in total: 1Subgroups: 0Direct 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 LF1 | LF2 Selects an internally generated LF signal. NOISe Selects an internally generated noise signal. EXT1 Selects an externally supplied LF signal AM Selects the AM signal. FMPM 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 LF1 | LF2 Selects an internally generated LF signal. NOISe Selects an internally generated noise signal. EXT1 Selects an externally supplied LF signal AM Selects the AM signal. FMPM Selects the signal also used by the frequency or phase modulations.
lfOutput – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘LfOutput’)