Stop

SCPI Command :

[SENSe]:FREQuency:STOP
class StopCls[source]

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

get() float[source]
# SCPI: [SENSe]:FREQuency:STOP
value: float = driver.applications.k10Xlte.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.

return

frequency: min span to fmax Unit: HZ

set(frequency: float) None[source]
# SCPI: [SENSe]:FREQuency:STOP
driver.applications.k10Xlte.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.

param frequency

min span to fmax Unit: HZ