Lo
SCPI Command :
[SENSe]:CONFigure:MODE:SYSTem:LO
- class LoCls[source]
Lo commands group definition. 2 total commands, 1 Subgroups, 1 group commands
- get() RsFsw.enums.LoType [source]
# SCPI: [SENSe]:CONFigure:MODE:SYSTem:LO value: enums.LoType = driver.applications.k30NoiseFigure.sense.configure.mode.system.lo.get()
Selects the type of local oscillator you are using. The command is available for measurements on frequency converting DUTs [SENSe:]CONFigure:MODE:DUT .
- return
lo_type: FIXed | VARiable FIXed The local oscillator is used as a fixed frequency source. The IF is variable. VARiable The local oscillator is used as a variable frequency source. The IF is fixed.
- set(lo_type: RsFsw.enums.LoType) None [source]
# SCPI: [SENSe]:CONFigure:MODE:SYSTem:LO driver.applications.k30NoiseFigure.sense.configure.mode.system.lo.set(lo_type = enums.LoType.FIXed)
Selects the type of local oscillator you are using. The command is available for measurements on frequency converting DUTs [SENSe:]CONFigure:MODE:DUT .
- param lo_type
FIXed | VARiable FIXed The local oscillator is used as a fixed frequency source. The IF is variable. VARiable The local oscillator is used as a variable frequency source. The IF is fixed.
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.applications.k30NoiseFigure.sense.configure.mode.system.lo.clone()
Subgroups