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