VeriStand .NET API Reference

Alarming.Function Property

Gets or sets the function that the Alarming step performs on the alarm.

Namespace: NationalInstruments.VeriStand.SystemDefinitionAPI
Assembly: NationalInstruments.VeriStand.SystemDefinitionAPI (in NationalInstruments.VeriStand.SystemDefinitionAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration)
Public Property Function As AlarmingStepFunction
C#
public AlarmingStepFunction Function { get; set; }
Visual C++
public:
property AlarmingStepFunction Function {
	AlarmingStepFunction get ();
	void set (AlarmingStepFunction value);
}

Property Value

An enumeration value of AlarmingStepFunction.

See Also

Log in to get a better experience