Enable
SCPI Command :
MEASurement<*>:STATistics[:ENABle]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(measIndex=MeasIndex.Default) bool[source]
# MEASurement<*>:STATistics[:ENABle] value: bool = driver.measurement.statistics.enable.get(measIndex = repcap.MeasIndex.Default)
Enables statistics calculation for all measurements.
- Parameters:
measIndex – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Measurement’)
- set(global_statistics_enable: bool, measIndex=MeasIndex.Default) None[source]
# MEASurement<*>:STATistics[:ENABle] driver.measurement.statistics.enable.set(global_statistics_enable = False, measIndex = repcap.MeasIndex.Default)
Enables statistics calculation for all measurements.
- Parameters:
global_statistics_enable – OFF | ON
measIndex – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Measurement’)