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