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