PlayAll

SCPI Commands

CONFigure:DATA:MEASurement<MeasInstance>:IPReplay:PLAYall
class PlayAll[source]

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

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

Starts replaying the playlist.

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

Starts 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.