Histogram

SCPI Command :

MEASurement<*>:STATistics:HISTogram
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(measurement=Measurement.Default) bool[source]
# MEASurement<*>:STATistics:HISTogram
value: bool = driver.measurement.statistics.histogram.get(measurement = repcap.Measurement.Default)

Displays a histogram of the statistical results. Enabling the histogram enables also the calculation and display of statistics for the measurement results if statistics were disabled. the histogram shows the cumulative occurence distribution of mean measurement results in a graphic.

Parameters:

measurement – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Measurement’)

Returns:

show_histogram: OFF | ON

set(show_histogram: bool, measurement=Measurement.Default) None[source]
# MEASurement<*>:STATistics:HISTogram
driver.measurement.statistics.histogram.set(show_histogram = False, measurement = repcap.Measurement.Default)

Displays a histogram of the statistical results. Enabling the histogram enables also the calculation and display of statistics for the measurement results if statistics were disabled. the histogram shows the cumulative occurence distribution of mean measurement results in a graphic.

Parameters:
  • show_histogram – OFF | ON

  • measurement – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Measurement’)