Maximum

SCPI Command :

DISPlay[:WINDow<n>]:TRACe<t>:Y[:SCALe]:MAXimum
class MaximumCls[source]

Maximum commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(window=Window.Default, trace=Trace.Default) float[source]
# SCPI: DISPlay[:WINDow<n>]:TRACe<t>:Y[:SCALe]:MAXimum
value: float = driver.applications.k9X11Ad.display.window.trace.y.scale.maximum.get(window = repcap.Window.Default, trace = repcap.Trace.Default)

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

param window

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

param trace

optional repeated capability selector. Default value: Tr1 (settable in the interface ‘Trace’)

return

max_py: numeric value

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

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

param max_py

numeric value

param window

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

param trace

optional repeated capability selector. Default value: Tr1 (settable in the interface ‘Trace’)