GetSym3Version

This function returns a string containing the version number of the Sym3 application running the simulation script.

🔁 Function

string GetSym3Version();

⚙️ Parameters

None

↩️ Return Value

A string containing the version number of Sym3 executing the script. The version number is returned in this format: 8.3.1.123

📝 Example

LogInfo("You are running Sym3 version: " + GetSym3Version());