Forward

SCPI Command :

[SENSe]:SWEep:FORWard
class ForwardCls[source]

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

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

return

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]
# SCPI: [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

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