Class RADParameter
Represents information about a parameter instance used in a RAD subgroup. Available from DataMiner 10.5.9/10.6.0 onwards.
[Serializable]
public class RADParameter
- Inheritance
-
RADParameter
- Extension Methods
Constructors
Properties
- Key
The parameter key of the parameter.
- Label
The label of the parameter. When a shared model group contains multiple subgroups, parameter labels are used to identify and differentiate the parameters within those subgroups.
Example:
- Group A has two parameters: { param1: label = "Temperature", param2: label = "Fan Speed" }
- Group B has two parameters: { param3: label = "Fan Speed", param4: label = "Temperature" }
Note that parameters with the same label (e.g., "Temperature" or "Fan Speed") do not necessarily come from the same connector.
If a parameter label is not specified (null or empty), you must ensure that all
RADSubgroupInfo
subgroups define their parameters in a consistent order.