Replay

SCPI Command :

[SOURce<HW>]:AREGenerator:SCENario:REPLay:[MODE]
class ReplayCls[source]

Replay commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get_mode() ScenarioReplyMode[source]
# SCPI: [SOURce<HW>]:AREGenerator:SCENario:REPLay:[MODE]
value: enums.ScenarioReplyMode = driver.source.areGenerator.scenario.replay.get_mode()

Defines, if the files are played once or continuously. Files are replayed within the defined start position and stop position.

return:

scen_reply_mode: SINGle| LOOP SINGle Files are played once within the defined positions in the file. LOOP Files are played continuously within the defined positions in the file.

set_mode(scen_reply_mode: ScenarioReplyMode) None[source]
# SCPI: [SOURce<HW>]:AREGenerator:SCENario:REPLay:[MODE]
driver.source.areGenerator.scenario.replay.set_mode(scen_reply_mode = enums.ScenarioReplyMode.LOOP)

Defines, if the files are played once or continuously. Files are replayed within the defined start position and stop position.

param scen_reply_mode:

SINGle| LOOP SINGle Files are played once within the defined positions in the file. LOOP Files are played continuously within the defined positions in the file.