SIMIT-CTE READMEThis extension provides SIMIT-like syntax highlighting, IntelliSense and auto-complete for built-in system functions, so you can author CTE source files comfortably in VS Code and then copy them into the SIMIT CTE editor. Key Features
RequirementsThis extension works with a specific file structure. project/ ├── connectors.csv ├── parameter.csv ├── states.csv ├── initialization.cte ├── cyclic.cte ├── data_record_handler.cte └── functions.cte This is aligned with the programming structure of SIMIT CTE Editor. You can create this structure manually, or download the template from repo. Optionally it is recommended to install csv editing vscode extensions for tabular editing of the csv files. Known IssuesCustom SIMIT datatypes like enumerations, vectors, characteristics are currently not supported yet. Connectors, parameters and states has to be recreated manually in CTE. Release Notes1.0.0Initial release of SIMIT CTE vscode extension. For more information
Enjoy! |
