RemoveList

SCPI Commands

CONFigure:DATA:MEASurement<MeasInstance>:IPReplay:REMovelist
class RemoveList[source]

RemoveList commands group definition. 1 total commands, 0 Sub-groups, 1 group commands

set()None[source]
# SCPI: CONFigure:DATA:MEASurement<Instance>:IPReplay:REMovelist
driver.configure.data.measurement.ipReplay.removeList.set()

Removes all files from the playlist (measurement must be OFF) .

set_with_opc()None[source]
# SCPI: CONFigure:DATA:MEASurement<Instance>:IPReplay:REMovelist
driver.configure.data.measurement.ipReplay.removeList.set_with_opc()

Removes all files from the playlist (measurement must be OFF) .

Same as set, but waits for the operation to complete before continuing further. Use the RsCmwDau.utilities.opc_timeout_set() to set the timeout value.