VeriStand .NET API Reference

Content Type
Programming Language
Current manual
Table of Contents

Alarm.SetUpperLimit Method (Double)

Sets the high limit to the specified constant value.

Namespace: NationalInstruments.VeriStand.SystemDefinitionAPI
Assembly: NationalInstruments.VeriStand.SystemDefinitionAPI (in NationalInstruments.VeriStand.SystemDefinitionAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)

Syntax

Visual Basic (Declaration)
Public Sub SetUpperLimit ( _
	UpperLimit As Double _
)
C#
public void SetUpperLimit(
	double UpperLimit
)
Visual C++
public:
void SetUpperLimit(
	double UpperLimit
)

Parameters

UpperLimit
Type: System.Double
The constant that determines the high limit value of the alarm.

See Also

Was this information helpful?