Stop
SCPI Command :
LAYout:HISTogram:VERTical:ABSolute:STOP
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(histogram: str) float[source]
# LAYout:HISTogram:VERTical:ABSolute:STOP value: float = driver.layout.histogram.vertical.absolute.stop.get(histogram = 'abc')
Defines the vertical 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:VERTical:ABSolute:STOP driver.layout.histogram.vertical.absolute.stop.set(histogram = 'abc', stop = 1.0)
Defines the vertical 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