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