Table of Contents
Edit
Parameter managers can be edited from both within the project and at GroIMP start up.
GUI
When a project contains parameter managers, it will automatically add a button on the RGG toolbar which opens the parameter manager editing.
Command line
It is possible to set both parameter value, and parameter file from the command line. The values passed from command line will override values from both file, and code. They are also shared between all projects.
From explorer
Parameter managers that are file based can use a ParameterFile, which is accessible from the panel explorer. These files can be modified from the embedded text editor.
XL code
The parameter managers can be edited from XL code with Library methods such as: savePMs(), loadPMs(), setParameterFile(String name), getDefaultPM(), …

