Frequency

SCPI Command :

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

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

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

Defines the frequency for DUTs with a fixed IF.

return

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

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

Defines the frequency for DUTs with a fixed IF.

param frequency

Range: 0 Hz to 100 GHz, Unit: HZ