Back to docs
Retrieves the name of the current .STD file..
This function retrive a value from the open staad file
To use this function see the following example:
from openstaad impor Root
# instancieate the root module
root = Root()
# Execute de analize funcion from root module.
file_name = root.GetSTAADFile()
print(file_name)© 2024 OpenStaad
Built with Reflex