Start
SCPI Command :
MEASurement<*>:STATistics:HISTogram:HORizontal:STARt
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(measIndex=MeasIndex.Default) float[source]
# MEASurement<*>:STATistics:HISTogram:HORizontal:STARt value: float = driver.measurement.statistics.histogram.horizontal.start.get(measIndex = repcap.MeasIndex.Default)
No help available
- Parameters:
measIndex – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Measurement’)
- set(start: float, measIndex=MeasIndex.Default) None[source]
# MEASurement<*>:STATistics:HISTogram:HORizontal:STARt driver.measurement.statistics.histogram.horizontal.start.set(start = 1.0, measIndex = repcap.MeasIndex.Default)
No help available
- Parameters:
measIndex – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Measurement’)