HbIns

SCPI Command :

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

Sets the number of bins to be displayed in the histogram of the specified measurement.

Parameters:

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

Returns:

nr_bins_user: Possible values: 10, 25, 50, 100, 250, 500, 1000, 2000

set(nr_bins_user: int, measIndex=MeasIndex.Default) None[source]
# MEASurement<*>:STATistics:HISTogram:HBINs
driver.measurement.statistics.histogram.hbIns.set(nr_bins_user = 1, measIndex = repcap.MeasIndex.Default)

Sets the number of bins to be displayed in the histogram of the specified measurement.

Parameters:
  • nr_bins_user – Possible values: 10, 25, 50, 100, 250, 500, 1000, 2000

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