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.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.

return

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

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

param frequency

0 to (fmax - min span) Unit: HZ