Source

SCPI Commands

INPut<InputIx>:LOSCillator:SOURce
class SourceCls[source]

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

get(inputIx=InputIx.Default) SourceInt[source]
# SCPI: INPut<ip>:LOSCillator:SOURce
value: enums.SourceInt = driver.inputPy.loscillator.source.get(inputIx = repcap.InputIx.Default)
This command selects the type of local oscillator in the test setup.

INTRO_CMD_HELP: Prerequisites for this command

  • Select additive noise or pulsed additive noise measurement (CONFigure:PNOise:MEASurement) .

param inputIx

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

return

location: EXTernal External local oscillator connected to the ‘LO AUX Input’ of the R&S FSWP. INTernal Internal local oscillator of the R&S FSWP.

set(location: SourceInt, inputIx=InputIx.Default) None[source]
# SCPI: INPut<ip>:LOSCillator:SOURce
driver.inputPy.loscillator.source.set(location = enums.SourceInt.EXTernal, inputIx = repcap.InputIx.Default)
This command selects the type of local oscillator in the test setup.

INTRO_CMD_HELP: Prerequisites for this command

  • Select additive noise or pulsed additive noise measurement (CONFigure:PNOise:MEASurement) .

param location

EXTernal External local oscillator connected to the ‘LO AUX Input’ of the R&S FSWP. INTernal Internal local oscillator of the R&S FSWP.

param inputIx

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

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.inputPy.loscillator.source.clone()

Subgroups