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