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)
That’s really nice! I was trying something like “hec= win32com.client.Dispatch(“RAS6.HECRASController”)” but now I’m using your suggestion and it’s working.