Stop

SCPI Command :

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

Set the horizontal window limits as relative values in % of the diagram width.

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:HORizontal:RELative:STOP
driver.histogram.window.horizontal.relative.stop.set(relative_stop = 1.0, histogram = repcap.Histogram.Default)

Set the horizontal window limits as relative values in % of the diagram width.

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