Count
SCPI Command :
HISTogram<*>:COUNt
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(histogram=Histogram.Default) int[source]
# HISTogram<*>:COUNt value: int = driver.histogram.count.get(histogram = repcap.Histogram.Default)
Returns the number of created histograms. You can query the minimum and maximum values with <command>? MIN and <command>? MAX.
- Parameters:
histogram – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Histogram’)
- Returns:
count: Counted number of histograms
- set(count: int, histogram=Histogram.Default) None[source]
# HISTogram<*>:COUNt driver.histogram.count.set(count = 1, histogram = repcap.Histogram.Default)
Returns the number of created histograms. You can query the minimum and maximum values with <command>? MIN and <command>? MAX.
- Parameters:
count – Counted number of histograms
histogram – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Histogram’)