run_model

opstool.run_model(filepath)[source]

Run your OpenSees model python file.

Parameters

filepath: str

OpenSees model python file path.

Example

>>> file_path = 'model.py' # in the current directory
>>> # file_path = "path/to/your/model.py"
>>> run_model(file_path)

Returns

None