Start

SCPI Command :

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

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

Returns:

frequency: 0 to (fmax - min span) Unit: HZ

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

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

Parameters:

frequency – 0 to (fmax - min span) Unit: HZ