Measurement<MeasIndex>
SCPI Command :
MEASurement<*>:CLEar
- Commands in total: 81Subgroups: 21Direct child commands: 1
Repeated Capability Setting:
# Range: Nr1 .. Nr24 driver.measurement.repcap_measIndex_set(repcap.MeasIndex.Nr1)
- clear(measIndex=MeasIndex.Default) None[source]
# MEASurement<*>:CLEar driver.measurement.clear(measIndex = repcap.MeasIndex.Default)
Deletes the results of the specified measurement.
- Parameters:
measIndex – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Measurement’)
- clear_and_wait(measIndex=MeasIndex.Default, opc_timeout_ms: int = -1) None[source]
Cloning the Group
# Create a copy of the original group, that exists independently
measurement_copy = driver.measurement.clone()
Subgroups