JoFe,
I agree with Olivier that MPPG 5 is a great resource. If you want a scripting method for pulling data out of Pinnacle, however. Select the appropriate model and energy and item under the profile list and use the following script command:
Store.StringAt.Location = "/home/p3rtp/tmp.txt";
MachineList.Current.PhotonEnergyList.Current.PhysicsData.MeasureGeometryList.Current.CompareList.Current.ComputedProfile.Curve.WriteToFile = Store.StringAt.Location;
Store.FreeAt.Location = "";
Rename the location directory as you need.
If you want to get out the measured data that was read into Pinnacle used to generate the model, change the "ComputedProfile" bit to "MeasuredProfile".
If you want to get electron data or stereo data, change "PhotonEnergyList" to "ElectronEnergyList" or "StereoEnergyList" as needed.
I have an annoyingly large, 4 file script that iterates over every profile and names things appropriately if you want it... I'd have to get it to you later after making some generalizations. Let me know.
Jake
Obviously you'll have to create a location something like: