.. This file was created using the script in docs/source/create_python_examples.py Instance And Project Management =============================== This page shows Python examples from the **instance_and_project_management** folder. .. _instance_and_project_management_command_example: Command Example --------------- .. literalinclude:: ../rips/PythonExamples/instance_and_project_management/command_example.py :language: python :linenos: :caption: command_example.py .. _instance_and_project_management_launch_load_case_snapshot_exit: Launch Load Case Snapshot Exit ------------------------------ .. literalinclude:: ../rips/PythonExamples/instance_and_project_management/launch_load_case_snapshot_exit.py :language: python :linenos: :caption: launch_load_case_snapshot_exit.py .. _instance_and_project_management_launch_with_commandline_options: Launch With Commandline Options ------------------------------- .. literalinclude:: ../rips/PythonExamples/instance_and_project_management/launch_with_commandline_options.py :language: python :linenos: :caption: launch_with_commandline_options.py .. _instance_and_project_management_open_project: Open Project ------------ .. literalinclude:: ../rips/PythonExamples/instance_and_project_management/open_project.py :language: python :linenos: :caption: open_project.py .. _instance_and_project_management_save_project: Save Project ------------ .. literalinclude:: ../rips/PythonExamples/instance_and_project_management/save_project.py :language: python :linenos: :caption: save_project.py