This video is taken from the Scripting Learning Track on Ansys Innovation Courses.
Transcript
All variables defined in a script are stored in the workspace.
You can list all the variables by using the “workspace” command.
The list will be stored in a string.
You can delete specific variables using “clear” with the list of variables to delete as argument.
You can also delete all the variables, using “clear” without arguments.
In the next unit, we will see the different types of variables available in Lumerical
scripting.