Enable

SCPI Command :

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

Enables the histogram for the specified measurement.

Parameters:

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

Returns:

state: OFF | ON

set(state: bool, measIndex=MeasIndex.Default) None[source]
# MEASurement<*>:STATistics:HISTogram[:ENABle]
driver.measurement.statistics.histogram.enable.set(state = False, measIndex = repcap.MeasIndex.Default)

Enables the histogram for the specified measurement.

Parameters:
  • state – OFF | ON

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