Forward
SCPI Command :
[SENSe]:SWEep:FORWard
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() bool[source]
# [SENSe]:SWEep:FORWard value: bool = driver.applications.k40PhaseNoise.sense.sweep.forward.get()
Selects the measurement direction. Specifies the sweep direction. When switched on the sweep direction is from the start frequency to the stop frequency. When switched off the sweep direction is reversed
- Returns:
state: ON | 1 Measurements in forward direction. The measurements starts at the smallest offset frequency. OFF | 0 Measurement in reverse direction. The measurement starts at the highest offset frequency.
- set(state: bool) None[source]
# [SENSe]:SWEep:FORWard driver.applications.k40PhaseNoise.sense.sweep.forward.set(state = False)
Selects the measurement direction. Specifies the sweep direction. When switched on the sweep direction is from the start frequency to the stop frequency. When switched off the sweep direction is reversed
- Parameters:
state – ON | 1 Measurements in forward direction. The measurements starts at the smallest offset frequency. OFF | 0 Measurement in reverse direction. The measurement starts at the highest offset frequency.