DynamicUnits element
Specifies the dynamic units that can be used.
Parent
Children
Name | Occurrences | Description |
---|---|---|
Unit | [1, *] | Specifies a dynamic unit. |
Remarks
- A different implementation of this feature is being developed, which will make it unnecessary to specify this configuration.
- When dynamic units are used in Visual Overview, and parameter values of parameters with "decimals" set to 1 or less are converted to a bigger unit, these will be displayed with such a number of decimals that there are at least 3 significant figures. For example, 1320 MB will be displayed as 1.32 GB, even if the parameter has 0 decimals defined.
- Dynamic units are supported on parameter pages in the Monitoring app from DataMiner 10.3.9/10.4.0 onwards.
Examples
<Display>
<RTDisplay>true</RTDisplay>
<Units>m</Units>
<DynamicUnits>
<Unit decimals="3">mm</Unit>
<Unit>cm</Unit>
<Unit>km</Unit>
</DynamicUnits>
<Decimals>2</Decimals>
</Display>