Stop
SCPI Command :
CALCulate<n>:EVALuation:USER<res>:STOP
- class StopCls[source]
Stop commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(window=Window.Default, userRange=UserRange.Default) float [source]
# SCPI: CALCulate<n>:EVALuation:USER<res>:STOP value: float = driver.applications.k40PhaseNoise.calculate.evaluation.user.stop.get(window = repcap.Window.Default, userRange = repcap.UserRange.Default)
Defines the end point of a custom residual noise calculation range. Before you can use the command, you have to assign the user range to a trace with method RsFsw.Applications.K40_PhaseNoise.Calculate.Evaluation.User.Trace.set.
- param window
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)
- param userRange
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)
- 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, userRange=UserRange.Default) None [source]
# SCPI: CALCulate<n>:EVALuation:USER<res>:STOP driver.applications.k40PhaseNoise.calculate.evaluation.user.stop.set(offset_frequency = 1.0, window = repcap.Window.Default, userRange = repcap.UserRange.Default)
Defines the end point of a custom residual noise calculation range. Before you can use the command, you have to assign the user range to a trace with method RsFsw.Applications.K40_PhaseNoise.Calculate.Evaluation.User.Trace.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’)
- param userRange
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)