Stop

SCPI Command :

[SENSe]:FREQuency:STOP
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() float[source]
# [SENSe]:FREQuency:STOP
value: float = driver.applications.k9X11Ad.sense.frequency.stop.get()

Defines the stop frequency for a Real-Time measurement. If you set a start frequency that would exceed the maximum span, the FSW adjusts the start frequency to stay within the maximum span.

Returns:

frequency: min span to fmax Unit: HZ

set(frequency: float) None[source]
# [SENSe]:FREQuency:STOP
driver.applications.k9X11Ad.sense.frequency.stop.set(frequency = 1.0)

Defines the stop frequency for a Real-Time measurement. If you set a start frequency that would exceed the maximum span, the FSW adjusts the start frequency to stay within the maximum span.

Parameters:

frequency – min span to fmax Unit: HZ