Stop

SCPI Command :

HISTogram<*>:WINDow:VERTical:RELative:STOP
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(histogram=Histogram.Default) float[source]
# HISTogram<*>:WINDow:VERTical:RELative:STOP
value: float = driver.histogram.window.vertical.relative.stop.get(histogram = repcap.Histogram.Default)

Set the vertical window limits as relative values in % of the diagram height.

Parameters:

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

set(relative_stop: float, histogram=Histogram.Default) None[source]
# HISTogram<*>:WINDow:VERTical:RELative:STOP
driver.histogram.window.vertical.relative.stop.set(relative_stop = 1.0, histogram = repcap.Histogram.Default)

Set the vertical window limits as relative values in % of the diagram height.

Parameters:
  • relative_stop – 0 for position, start and stop, 1E-15 for span to 100

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