Stop
SCPI Command :
[SENSe]:FREQuency:STOP
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() float[source]
# [SENSe]:FREQuency:STOP value: float = driver.applications.k30NoiseFigure.sense.frequency.stop.get()
Defines the stop frequency. If you change the stop frequency, the application creates a new frequency list.
- Returns:
frequency: Unit: HZ
- set(frequency: float) None[source]
# [SENSe]:FREQuency:STOP driver.applications.k30NoiseFigure.sense.frequency.stop.set(frequency = 1.0)
Defines the stop frequency. If you change the stop frequency, the application creates a new frequency list.
- Parameters:
frequency – Unit: HZ