We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 40a4efc + 8a69703 commit 39b8459Copy full SHA for 39b8459
CHANGES.md
@@ -1,4 +1,6 @@
1
## v0.4.3-alpha
2
+##### Fixes
3
+- Add aggregte thermal rate metric to overlay configuration.
4
5
## v0.4.2
6
##### Fixes
Configuration/HotSpot.cfg
@@ -305,6 +305,27 @@ HOT_SPOT
305
}
306
307
308
+ +METRIC[ThermalRateTemplate]
309
+ {
310
+ @name = ThermalRate
311
+ %scheme = ThermalRateVesselCurrent
312
+
313
+ +SCHEME[ThermalRateTemplate]
314
315
+ @name = ThermalRateVesselCurrent
316
317
+ @GRADIENT[Negative]
318
319
+ %min = VesselCurrentMinimum
320
+ }
321
322
+ @GRADIENT[Positive]
323
324
+ %max = VesselCurrentMaximum
325
326
327
328
329
+METRIC[ThermalRateTemplate]
330
{
331
@name = ThermalRateInternal
0 commit comments