Start

SCPI Commands

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()

CW, pulsed and VCO measurements: This command defines the start frequency offset of the measurement range. Transient measurement: This command defines the start frequency of the transient measurement. Frequency stability measurement: The start frequency offset is coupled to the stop time of the frequency stability measurement ([SENSe:]TIME:STOP) . If you change the start frequency offset, the stop time is adjusted accordingly. For example, 1 mHz corresponds to 1000 s.

return

frequency: Offset frequencies in half decade steps. Range: See data sheet , Unit: Hz

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

CW, pulsed and VCO measurements: This command defines the start frequency offset of the measurement range. Transient measurement: This command defines the start frequency of the transient measurement. Frequency stability measurement: The start frequency offset is coupled to the stop time of the frequency stability measurement ([SENSe:]TIME:STOP) . If you change the start frequency offset, the stop time is adjusted accordingly. For example, 1 mHz corresponds to 1000 s.

param frequency

Offset frequencies in half decade steps. Range: See data sheet , Unit: Hz