Access AVEVA Process Simulation from a sequence script
- Last UpdatedSep 11, 2025
- 1 minute read
AVEVA Real-Time System (RTS) uses the Scripting Interface software development kit (SDK) internally, so knowledge of the Scripting Interface is a prerequisite. RTS sequence scripts access the Scripting Interface slightly differently:
-
In the Scripting Interface, a script starts by connecting to AVEVA Process Simulation. Once connected, it's typically stored in a local variable named sc.
However, with RTS, the sc variable is already configured as a global variable. A sequence script simply needs to use the sc variable to automatically connect to AVEVA Process Simulation.
-
The OpenOrImportSimulation utility function optimizes the use of the Scripting Interface from RTS sequence scripts.