Enable
SCPI Command :
MEASurement<*>[:ENABle]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(measIndex=MeasIndex.Default) bool[source]
# MEASurement<*>[:ENABle] value: bool = driver.measurement.enable.get(measIndex = repcap.MeasIndex.Default)
Selects the indicated 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<*>[:ENABle] driver.measurement.enable.set(state = False, measIndex = repcap.MeasIndex.Default)
Selects the indicated measurement.
- Parameters:
state – OFF | ON
measIndex – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Measurement’)