Stop
SCPI Command :
DISPlay[:WINDow<n>]:TRACe<t>:X[:SCALe]:STOP
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(window=Window.Default, trace=Trace.Default) float[source]
# DISPlay[:WINDow<n>]:TRACe<t>:X[:SCALe]:STOP value: float = driver.applications.k40PhaseNoise.display.window.trace.x.scale.stop.get(window = repcap.Window.Default, trace = repcap.Trace.Default)
Selects the stop frequency of the display range. Before you can use the command you have to select a manual display range for the x-axis with method
RsFsw.applications.k40PhaseNoise.display.window.trace.x.scale.scope.set().- Parameters:
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Window’)
trace – optional repeated capability selector. Default value: Tr1 (settable in the interface ‘Trace’)
- Returns:
stop_frequency: Stop offset frequency of a half decade. Note that the stop offset you want to display has to be part of the current measurement range. Range: 300 mHz to 10 GHz, Unit: HZ
- set(stop_frequency: float, window=Window.Default, trace=Trace.Default) None[source]
# DISPlay[:WINDow<n>]:TRACe<t>:X[:SCALe]:STOP driver.applications.k40PhaseNoise.display.window.trace.x.scale.stop.set(stop_frequency = 1.0, window = repcap.Window.Default, trace = repcap.Trace.Default)
Selects the stop frequency of the display range. Before you can use the command you have to select a manual display range for the x-axis with method
RsFsw.applications.k40PhaseNoise.display.window.trace.x.scale.scope.set().- Parameters:
stop_frequency – Stop offset frequency of a half decade. Note that the stop offset you want to display has to be part of the current measurement range. Range: 300 mHz to 10 GHz, Unit: HZ
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Window’)
trace – optional repeated capability selector. Default value: Tr1 (settable in the interface ‘Trace’)