Loading examples/modelica/run_auto_csm.py +3 −3 Original line number Diff line number Diff line Loading @@ -27,10 +27,10 @@ if __name__ == "__main__": # Set the path to output created files csm.output_path = 'temp' # This line creates a project with a file structure for the specified language and architecture csm.create_architecture() # Useful if a project is being created from scratch # Create architecture (if creating project from scratch) csm.create_architecture() # Set the path to the project which uses an AutoCSM language method relative to this file # Project path csm.project_path = 'GenericCSM' # Create the model for export to FMU (i.e., Simulator.mo) Loading Loading
examples/modelica/run_auto_csm.py +3 −3 Original line number Diff line number Diff line Loading @@ -27,10 +27,10 @@ if __name__ == "__main__": # Set the path to output created files csm.output_path = 'temp' # This line creates a project with a file structure for the specified language and architecture csm.create_architecture() # Useful if a project is being created from scratch # Create architecture (if creating project from scratch) csm.create_architecture() # Set the path to the project which uses an AutoCSM language method relative to this file # Project path csm.project_path = 'GenericCSM' # Create the model for export to FMU (i.e., Simulator.mo) Loading