Class RtdInput
Represents a Resistance Temperature Device (RTD) input channel.
public class RtdInput : RecordableAnalogInput, ILisrtModule, IHasDeviceLabel, IAnalogInput, IHasKey, IHasDescription, IHasServiceView, IInitializable, INotifyPropertyChangedEx, INotifyPropertyChanged, IRecordable
- Inheritance
-
PropertyChangedBaseRtdInput
- Implements
-
INotifyPropertyChangedEx
- Inherited Members
-
PropertyChangedBase.Refresh()PropertyChangedBase.IsNotifyingPropertyChangedBase.PropertyChanged
Properties
Icon
Gets the icon.
public override Uri Icon { get; }
Property Value
Presentation
Gets or sets the presentation.
[Configuration(RtdPresentation.Signed)]
public RtdPresentation Presentation { get; set; }
Property Value
UnscaledUnit
Gets the unscaled unit.
protected override string UnscaledUnit { get; }
Property Value
Methods
ConvertData(byte[])
Converts raw data to a value.
protected override double ConvertData(byte[] data)
Parameters
data
byte[]Raw data.
Returns
- double
The floating point value.