Enable

SCPI Command :

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

When you use a histogram window, the analyzed part of the source waveform is limited vertically and horizontally.

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<*>:WINDow:ENABle
driver.histogram.window.enable.set(state = False, histogram = repcap.Histogram.Default)

When you use a histogram window, the analyzed part of the source waveform is limited vertically and horizontally.

Parameters:
  • state – OFF | ON

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