Stop

SCPI Command :

CALCulate<n>:EVALuation:STOP
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(window=Window.Default) float[source]
# 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.k40PhaseNoise.calculate.evaluation.state.set() .

Parameters:

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

Returns:

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]
# 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.k40PhaseNoise.calculate.evaluation.state.set() .

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

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