Level

SCPI Commands

INPut<InputIx>:LOSCillator:SOURce:EXTernal:LEVel
class LevelCls[source]

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

get(inputIx=InputIx.Default) LowHigh[source]
# SCPI: INPut<ip>:LOSCillator:SOURce:EXTernal:LEVel
value: enums.LowHigh = driver.inputPy.loscillator.source.external.level.get(inputIx = repcap.InputIx.Default)
This command selects the level of an external LO signal that is fed into the R&S FSWP.

INTRO_CMD_HELP: Prerequisites for this command

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

  • Select an external local oscillator (method RsFswp.InputPy.Loscillator.Source.set) .

param inputIx

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

return

level: HIGH LO signal with high level characteristics. LOW LO signal with low level characteristics.

set(level: LowHigh, inputIx=InputIx.Default) None[source]
# SCPI: INPut<ip>:LOSCillator:SOURce:EXTernal:LEVel
driver.inputPy.loscillator.source.external.level.set(level = enums.LowHigh.HIGH, inputIx = repcap.InputIx.Default)
This command selects the level of an external LO signal that is fed into the R&S FSWP.

INTRO_CMD_HELP: Prerequisites for this command

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

  • Select an external local oscillator (method RsFswp.InputPy.Loscillator.Source.set) .

param level

HIGH LO signal with high level characteristics. LOW LO signal with low level characteristics.

param inputIx

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