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) RsSmbv.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 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: RsSmbv.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 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.
- param lfOutput
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘LfOutput’)