Span
SCPI Command :
HISTogram<*>:WINDow:VERTical:ABSolute:SPAN
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(histogram=Histogram.Default) float[source]
# HISTogram<*>:WINDow:VERTical:ABSolute:SPAN value: float = driver.histogram.window.vertical.absolute.span.get(histogram = repcap.Histogram.Default)
Set the vertical window limits as absolute values. Enter the unit of the vertical axis together with the value.
- Parameters:
histogram – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Histogram’)
- set(span: float, histogram=Histogram.Default) None[source]
# HISTogram<*>:WINDow:VERTical:ABSolute:SPAN driver.histogram.window.vertical.absolute.span.set(span = 1.0, histogram = repcap.Histogram.Default)
Set the vertical window limits as absolute values. Enter the unit of the vertical axis together with the value.
- Parameters:
span – -1E+26 to 1E+26
histogram – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Histogram’)