Auto

SCPI Command :

DISPlay[:WINDow<n>]:TRACe:Y[:SCALe]:AUTO
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(window=Window.Default) bool[source]
# DISPlay[:WINDow<n>]:TRACe:Y[:SCALe]:AUTO
value: bool = driver.applications.k60Transient.display.window.trace.y.scale.auto.get(window = repcap.Window.Default)

Activates or deactivates automatic scaling of the x-axis or y-axis for the specified trace display. This command is currently only supported for Amplitude Modulation measurements.

Parameters:

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

Returns:

state: ON | OFF | 0 | 1 OFF | 0 The x-axis or y-axis is scaled according to the specified minimum/maximum values (see method RsFsw.applications.k50Spurious.display.window.trace.y.scale.minimum.set() /method RsFsw.applications.k50Spurious.display.window.trace.y.scale.maximum.set() ) and number of divisions (see method RsFsw.applications.k91Wlan.display.window.subwindow.trace.y.scale.divisions.set() ) . ON | 1 The R&S FSW WLAN application automatically scales the x-axis or y-axis to best fit the measurement results.

set(state: bool, window=Window.Default) None[source]
# DISPlay[:WINDow<n>]:TRACe:Y[:SCALe]:AUTO
driver.applications.k60Transient.display.window.trace.y.scale.auto.set(state = False, window = repcap.Window.Default)

Activates or deactivates automatic scaling of the x-axis or y-axis for the specified trace display. This command is currently only supported for Amplitude Modulation measurements.

Parameters:
  • state – ON | OFF | 0 | 1 OFF | 0 The x-axis or y-axis is scaled according to the specified minimum/maximum values (see method RsFsw.applications.k50Spurious.display.window.trace.y.scale.minimum.set() /method RsFsw.applications.k50Spurious.display.window.trace.y.scale.maximum.set() ) and number of divisions (see method RsFsw.applications.k91Wlan.display.window.subwindow.trace.y.scale.divisions.set() ) . ON | 1 The R&S FSW WLAN application automatically scales the x-axis or y-axis to best fit the measurement results.

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