Frequency

SCPI Command :

[SENSe]:CONFigure:MODE:SYSTem:LO:FREQuency
class FrequencyCls[source]

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

get() float[source]
# SCPI: [SENSe]:CONFigure:MODE:SYSTem:LO:FREQuency
value: float = driver.applications.k30NoiseFigure.sense.configure.mode.system.lo.frequency.get()

Defines the frequency for DUTs with a fixed LO.

return

lo_frequency: Range: 0 Hz to 100 GHz, Unit: HZ

set(lo_frequency: float) None[source]
# SCPI: [SENSe]:CONFigure:MODE:SYSTem:LO:FREQuency
driver.applications.k30NoiseFigure.sense.configure.mode.system.lo.frequency.set(lo_frequency = 1.0)

Defines the frequency for DUTs with a fixed LO.

param lo_frequency

Range: 0 Hz to 100 GHz, Unit: HZ