Is there a way to get the Prescription Data Report using the Matlab ZOS_API?
I've been trying:
prescriptionData = ZOSAPI.Analysis.AnalysisIDM.PrescriptionDataSettings;
But that seems to return an 'AnalysisIDM' object.
My goal is to have the Prescription data as a struct but just a text file like the Report generated from the Analyze Tab would be great.
Thank you for your time!