Stop

SCPI Command :

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

Defines the horizontal stop value of the histogram. For numerical values, the input of a unit is not supported for this command.

Returns:

stop: -100E+24 to 100E+24

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

Defines the horizontal stop value of the histogram. For numerical values, the input of a unit is not supported for this command.

Parameters:

stop – -100E+24 to 100E+24