HbIns
SCPI Command :
MEASurement<*>:STATistics:HBINs
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(measurement=Measurement.Default) int[source]
# MEASurement<*>:STATistics:HBINs value: int = driver.measurement.statistics.hbIns.get(measurement = repcap.Measurement.Default)
Sets the number of bins - the number of vertical bars that build the histogram. If method
RsRtx.measurement.vertical.cont.set()is ON, the instrument determines the number of bins automatically based on the time base, the current measurements, and other settings.- Parameters:
measurement – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Measurement’)
- Returns:
histogram_bins: 2 to 1000
- set(histogram_bins: int, measurement=Measurement.Default) None[source]
# MEASurement<*>:STATistics:HBINs driver.measurement.statistics.hbIns.set(histogram_bins = 1, measurement = repcap.Measurement.Default)
Sets the number of bins - the number of vertical bars that build the histogram. If method
RsRtx.measurement.vertical.cont.set()is ON, the instrument determines the number of bins automatically based on the time base, the current measurements, and other settings.- Parameters:
histogram_bins – 2 to 1000
measurement – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Measurement’)