Start

SCPI Command :

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

Defines the horizontal start value of the histogram.

Returns:

relative_start: 0 to 100

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

Defines the horizontal start value of the histogram.

Parameters:

relative_start – 0 to 100