Frequency
SCPI Command :
[SENSe]:CONFigure:MODE:SYSTem:LO:FREQuency
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() float[source]
# [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.
- Returns:
lo_frequency: Range: 0 Hz to 100 GHz, Unit: HZ
- set(lo_frequency: float) None[source]
# [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.
- Parameters:
lo_frequency – Range: 0 Hz to 100 GHz, Unit: HZ