Span
SCPI Command :
HISTogram<*>:WINDow:HORizontal:RELative:SPAN
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(histogram=Histogram.Default) float[source]
# HISTogram<*>:WINDow:HORizontal:RELative:SPAN value: float = driver.histogram.window.horizontal.relative.span.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_span: float, histogram=Histogram.Default) None[source]
# HISTogram<*>:WINDow:HORizontal:RELative:SPAN driver.histogram.window.horizontal.relative.span.set(relative_span = 1.0, histogram = repcap.Histogram.Default)
Set the horizontal window limits as relative values in % of the diagram width.
- Parameters:
relative_span – 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’)