Start
SCPI Command :
LAYout:HISTogram:VERTical:ABSolute:STARt
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(histogram: str) float[source]
# LAYout:HISTogram:VERTical:ABSolute:STARt value: float = driver.layout.histogram.vertical.absolute.start.get(histogram = 'abc')
Defines the vertical start value of the histogram. For numerical values, the input of a unit is not supported for this command.
- Returns:
start: -100E+24 to 100E+24
- set(histogram: str, start: float) None[source]
# LAYout:HISTogram:VERTical:ABSolute:STARt driver.layout.histogram.vertical.absolute.start.set(histogram = 'abc', start = 1.0)
Defines the vertical start value of the histogram. For numerical values, the input of a unit is not supported for this command.
- Parameters:
start – -100E+24 to 100E+24