Lo

SCPI Command :

[SENSe]:CONFigure:MODE:SYSTem:LO
Commands in total: 3
Subgroups: 2
Direct child commands: 1
get() LoType[source]
# [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 method RsFsw.applications.k30NoiseFigure.sense.configure.mode.dut.set() .

Returns:

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: LoType) None[source]
# [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 method RsFsw.applications.k30NoiseFigure.sense.configure.mode.dut.set() .

Parameters:

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 copy of the original group, that exists independently
lo_copy = driver.applications.k30NoiseFigure.sense.configure.mode.system.lo.clone()

Subgroups