Maximum
SCPI Command :
DISPlay[:WINDow<n>]:TRACe<t>:Y[:SCALe]:MAXimum
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(window=Window.Default, trace=Trace.Default) float[source]
# 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.
- 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:
max_py: numeric value
- set(max_py: float, window=Window.Default, trace=Trace.Default) None[source]
# 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.
- Parameters:
max_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’)