Enable

SCPI Command :

HISTogram<*>:ENABle
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(histogram=Histogram.Default) bool[source]
# HISTogram<*>:ENABle
value: bool = driver.histogram.enable.get(histogram = repcap.Histogram.Default)

Enables or disables the histogram evaluation and display. The histogram settings are kept until the histogram is deleted.

Parameters:

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

Returns:

state: OFF | ON

set(state: bool, histogram=Histogram.Default) None[source]
# HISTogram<*>:ENABle
driver.histogram.enable.set(state = False, histogram = repcap.Histogram.Default)

Enables or disables the histogram evaluation and display. The histogram settings are kept until the histogram is deleted.

Parameters:
  • state – OFF | ON

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