Stop

SCPI Command :

LAYout:HISTogram:HORZ:RELative:STOP
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(histogram: str) float[source]
# LAYout:HISTogram:HORZ:RELative:STOP
value: float = driver.layout.histogram.horz.relative.stop.get(histogram = 'abc')

Defines the horizontal stop value of the histogram.

Returns:

relative_stop: 0 to 100

set(histogram: str, relative_stop: float) None[source]
# LAYout:HISTogram:HORZ:RELative:STOP
driver.layout.histogram.horz.relative.stop.set(histogram = 'abc', relative_stop = 1.0)

Defines the horizontal stop value of the histogram.

Parameters:

relative_stop – 0 to 100