Ricardo Reis wrote: > > Hi all > > I've been searching around and can't find it. How can I open an > ensight *.case file from python? > Have you tried this: reader = servermanager.sources.ensight(CaseFileName = "crash.case") and the help: dir(reader)