|
AlarmSetPoint Property
|
Gets or sets the value to be compared against
the signal to determine whether to raise the
alarm. This value is irrelevant for the
Flatline operation.
Namespace: GSF.TimeSeriesAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.248-beta
Syntaxpublic double? SetPoint { get; set; }
Public Property SetPoint As Double?
Get
Set
public:
property Nullable<double> SetPoint {
Nullable<double> get ();
void set (Nullable<double> value);
}
member SetPoint : Nullable<float> with get, set
function get_SetPoint();
function set_SetPoint(value);
View SourceProperty Value
NullableDouble
See Also