Table of Contents

Property Label

Namespace
Skyline.DataMiner.Analytics.Rad
Assembly
SLAnalyticsTypes.dll

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.

public string Label { get; set; }

Property Value

string