simetrix.script.variable

simetrix.script.variable(value: ArrayLike | str | float | GroupVector, xvalue: ArrayLike = []) GroupVector

Create an unnamed SIMetrix variable. This function creates a variable as used in a SIMetrix script. SIMetrix script variables are GroupVector objects whose group is local to the script where it was created. A Python script runs in the context of the SIMetrix script that called it, for example by calling the PythonExecFile() function.