Start

SCPI Command :

[SENSe]:FREQuency:STARt
class StartCls[source]

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

get() float[source]
# SCPI: [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.

return

frequency: Unit: HZ

set(frequency: float) None[source]
# SCPI: [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.

param frequency

Unit: HZ