Class Input
- Namespace
- Loehnert.Lisrt.HighVoltageTester.SpsElectronic
- Assembly
- Loehnert.Lisrt.HighVoltageTester.SpsElectronic.dll
Represents a tester input.
public class Input : PropertyChangedBase, INotifyPropertyChangedEx, IDigitalInput, IHasKey, IHasDescription, ILisrtModule, INotifyPropertyChanged, IHasDeviceLabel
- Inheritance
-
PropertyChangedBaseInput
- Implements
-
INotifyPropertyChangedEx
- Inherited Members
-
PropertyChangedBase.Refresh()PropertyChangedBase.IsNotifyingPropertyChangedBase.PropertyChanged
Properties
Description
Gets the description.
public ITranslation Description { get; }
Property Value
- ITranslation
DeviceLabel
Gets or sets the label for the device.
[Configuration("")]
public string DeviceLabel { get; set; }
Property Value
Enabled
Gets or sets a value indicating whether the module is enabled.
public bool Enabled { get; set; }
Property Value
Icon
Gets the icon for the module.
public virtual Uri Icon { get; }
Property Value
InstanceID
Gets or sets the ID for this instance.
public int InstanceID { get; set; }
Property Value
Key
Gets the key.
public string Key { get; }
Property Value
Remarks
Returns the full module name.
Name
Gets or sets the module name.
public string Name { get; set; }
Property Value
Remarks
This must not contain ".".
Parent
Gets or sets the parent module.
public ILisrtModule Parent { get; set; }
Property Value
TreeItem
Gets the view model for the module.
public virtual ITreeItem TreeItem { get; }
Property Value
Value
Gets a value indicating whether the input is high or low.
public bool Value { get; }
Property Value
Methods
GetValue()
Gets the value.
public bool GetValue()
Returns
- bool
The last read value of the output.