Start
SCPI Command :
HISTogram<*>:WINDow:VERTical:RELative:STARt
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(histogram=Histogram.Default) float[source]
# HISTogram<*>:WINDow:VERTical:RELative:STARt value: float = driver.histogram.window.vertical.relative.start.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_start: float, histogram=Histogram.Default) None[source]
# HISTogram<*>:WINDow:VERTical:RELative:STARt driver.histogram.window.vertical.relative.start.set(relative_start = 1.0, histogram = repcap.Histogram.Default)
Set the vertical window limits as relative values in % of the diagram height.
- Parameters:
relative_start – 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’)