UPDATE!!!! It appears version 6.1 now references “RAS610” rather than “RAS5X”.
So, in python you would call: import win32com.client hec= win32com.client.Dispatch(“RAS610.HECRASController”) hec.Project_Open(RASproject)
I have yet to test…
I’ve had some success running with python and 6.0 Beta. I use the following commands to get started: import win32com.client hec= win32com.client.Dispatch(“RAS5X.HECRASController”) hec.Project_Open(RASproject)
Good luck!