VeriStand .NET API Reference

Table of Contents

Alarm.SetUpperLimit Method (ValueSource)

Sets the high limit to the specified channel or constant value.

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 Sub SetUpperLimit ( _
	Limit As ValueSource _
)
C#
public void SetUpperLimit(
	ValueSource Limit
)
Visual C++
public:
void SetUpperLimit(
	ValueSource Limit
)

Parameters

Limit
Type: NationalInstruments.VeriStand.SystemDefinitionAPI.ValueSource
The channel or constant that determines the high limit value of the alarm.

See Also

Log in to get a better experience