Stop

SCPI Command :

CALCulate<n>:EVALuation:STOP
class StopCls[source]

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

get(window=Window.Default) float[source]
# SCPI: CALCulate<n>:EVALuation:STOP
value: float = driver.applications.k40PhaseNoise.calculate.evaluation.stop.get(window = repcap.Window.Default)

Defines the end point of the residual noise integration range. Before you can use the command, you have to turn on the measurement range integration with method RsFsw.Applications.K40_PhaseNoise.Calculate.Evaluation.State.set.

param window

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)

return

offset_frequency: The minimum offset is 1 Hz. The maximum offset depends on the hardware you are using. Unit: HZ

set(offset_frequency: float, window=Window.Default) None[source]
# SCPI: CALCulate<n>:EVALuation:STOP
driver.applications.k40PhaseNoise.calculate.evaluation.stop.set(offset_frequency = 1.0, window = repcap.Window.Default)

Defines the end point of the residual noise integration range. Before you can use the command, you have to turn on the measurement range integration with method RsFsw.Applications.K40_PhaseNoise.Calculate.Evaluation.State.set.

param offset_frequency

The minimum offset is 1 Hz. The maximum offset depends on the hardware you are using. Unit: HZ

param window

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)