parman Properties
Every parman parameter is defined by the following set of properties:
Property |
Description |
Name |
User visible name of the parameter. |
Val |
Current value of the parameter. |
Unit |
Unit of measure for paramVal. '-' used if a unit does not exist for the scalar value. |
InternalNameGet |
Name of the parameter used internally by JetStream DR to retrieve the parameter value. |
InternalNameSet |
Name of the parameter used internally by JetStream DR to set the parameter’s value. |
Comp |
List of components where the parameter is applicable. |
Desc |
Brief description of the parameter. |
Default |
Default value of the parameter. |
Range |
The range of values accepted by the parameter. |
ReadOnly |
Indicates the parameter is read-only and its properties cannot be changed |
PersistInTool |
Indicates the parameter should be persisted by the tool (e.g., if the domain is restarted causing the parman parameter value to become lost, paramPersistInTool allows last set value to be restored). |
RequiresRestart |
Indicates that changing the parameter’s value requires the component to be restarted in order for the change to take effect. |