StopAll

SCPI Commands

CONFigure:DATA:MEASurement<MeasInstance>:IPReplay:STOPall
class StopAll[source]

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

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

Stops replaying the playlist.

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

Stops replaying the playlist.

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.