Click or drag to resize

performanceTakePerMinuteFactor Property

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Multiplier to convert reading into n per minute value. mK = 60 / secondsSinceLastTake

Namespace:  imbACE.Core.data.measurement
Assembly:  imbACE.Core (in imbACE.Core.dll) Version: 0.2
Syntax
C#
[imbAttribute(imbAttributeName.measure_letter, "mK")]
[imbAttribute(imbAttributeName.measure_setUnit, "1/min")]
[imbAttribute(imbAttributeName.reporting_valueformat, "#.000")]
public double PerMinuteFactor { get; set; }
Request Example View Source

Property Value

Type: Double

Implements

IPerformanceTake.PerMinuteFactor
See Also