Class Sensor
Represents a HBM sensor as ISensor.
public class Sensor : ISensor
- Inheritance
-
Sensor
- Implements
- Inherited Members
Constructors
Sensor(Sensor)
Initializes a new instance of the Sensor class.
public Sensor(Sensor sensor)
Parameters
sensor
SensorHBM sensor object.
Properties
Description
Gets the description.
public string Description { get; }
Property Value
Range
public Range Range { get; set; }
Property Value
Unit
Gets or sets the unit.
public string Unit { get; set; }
Property Value
Methods
Scale(double)
Scales the value. (Does nothing. Just for interface implementation.)
public double Scale(double input)
Parameters
input
doubleThe value to scale.
Returns
- double
A scaled value.