Description:
CSTStudio represents the COM object to the element CST Studio
Properties:
| Name | Name of the Element |
| ID | Identification number of the node |
| SimOpen |
Status of CST Model True = the model is already open False = the model is not open |
| Parallel | Status of
processing True = parallel processing False = serial processing |
| ProcessNo (ReadOnly) | Process number for parallel processing |
| Solver | Solver of the CST model |
| SimFailed |
Status of Calculation True = Ok False = Calculation fails and results should not be evaluated |
| FilePathName (ReadOnly) | Entire name of the loaded CST model |
| InputLinks (ReadOnly) | Return the Links-object. It is the collection of all input links to CSTStudio |
| OutputLinks (ReadOnly) | Return the Links-object. It is the collection of all output links to CSTStudio |
Methods:
| InitSolver() | Delete all solvers |
| AddSolver(String Name) | Add a solver |
| InitParameter() | Delete all parameters |
| AddParameter(String Name, Double Value, String Comment) | Add a parameter |
| InitResult() | Delete all results |
| AddResult(CString Name) | Add a result |