Stop

SCPI Commands

SENSe:FREQuency:STOP
class StopCls[source]

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

get() float[source]
# SCPI: [SENSe]:FREQuency:STOP
value: float = driver.sense.frequency.stop.get()

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

return

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

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

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

param frequency

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