UniScript R2024

This document lists new and changed functions in R2024.

The changes are listed in the history table at the end of the function description.

UniScript R2024.0

New Functions in UniPlot R2024.0 (6.60.0)

Seq_RunSequence

Seq_RunSequence runs a sequence of the current workspace. If the sequencer is already executing a sequence at this point of time, e.g. because the function is called from a Run Script Action, the call will be placed in a queue together with calls of Seq_SwitchWorkspace and executed after the current sequence run has finished. Calling a sequence out of itself will lead to an endless loop.

Seq_SwitchWorkspace

Seq_SwitchWorkspace switches the sequencer to an existing workspace. If the sequencer is already executing a sequence at this point of time, e.g. because the function is called from a Run Script Action, the call will be placed in a queue together with calls of Seq_RunSequence and executed after the current sequence run has finished.

Modified Functions in UniPlot R2024.0 (6.60.0)

id-976836