Minimum

SCPI Command :

DISPlay[:WINDow<n>]:TRACe<t>:Y[:SCALe]:MINimum
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(window=Window.Default, trace=Trace.Default) float[source]
# DISPlay[:WINDow<n>]:TRACe<t>:Y[:SCALe]:MINimum
value: float = driver.applications.k9X11Ad.display.window.trace.y.scale.minimum.get(window = repcap.Window.Default, trace = repcap.Trace.Default)

Defines the minimum value on the y-axis in the specified window.

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:

min_py: numeric value

set(min_py: float, window=Window.Default, trace=Trace.Default) None[source]
# DISPlay[:WINDow<n>]:TRACe<t>:Y[:SCALe]:MINimum
driver.applications.k9X11Ad.display.window.trace.y.scale.minimum.set(min_py = 1.0, window = repcap.Window.Default, trace = repcap.Trace.Default)

Defines the minimum value on the y-axis in the specified window.

Parameters:
  • min_py – numeric value

  • 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’)