Back to docs
This document explains how to retrieve the analysis status of your model using OpenStaad python.
Get analysis status for any STD model.
This function retrieves a value from the open staad file
To use this function see the following example:
from openstaad import Root
# instantiate the root module
root = Root()
# Execute the analyze function from root module.
status = root.GetAnalysisStatus()
print(status)© 2024 OpenStaad
Built with Reflex