Add

SCPI Command :

HISTogram<*>:ADD
Commands in total: 1
Subgroups: 0
Direct child commands: 1
set(histogram=Histogram.Default) None[source]
# HISTogram<*>:ADD
driver.histogram.add.set(histogram = repcap.Histogram.Default)

Creates a new histogram with the specified index.

Parameters:

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

set_and_wait(histogram=Histogram.Default, opc_timeout_ms: int = -1) None[source]