Commit d246a8af authored by Greenwood, Scott's avatar Greenwood, Scott
Browse files

simplify descriptions in example

parent 68b460bf
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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)