VeriStand .NET API Reference

Minimum Constructor (String, String, BaseNode, BaseNode)

Initializes a new instance of Minimum where the values of x and y are both channels.

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 New ( _
	Name As String, _
	Description As String, _
	XValue As BaseNode, _
	YValue As BaseNode _
)
C#
public Minimum(
	string Name,
	string Description,
	BaseNode XValue,
	BaseNode YValue
)
Visual C++
public:
Minimum(
	String^ Name, 
	String^ Description, 
	BaseNode^ XValue, 
	BaseNode^ YValue
)

Parameters

Name
Type: System.String
The name of the calculated channel.
Description
Type: System.String
The description of the calculated channel.
XValue
Type: NationalInstruments.VeriStand.SystemDefinitionAPI.BaseNode
The channel to be compared.
YValue
Type: NationalInstruments.VeriStand.SystemDefinitionAPI.BaseNode
The channel value to which x is compared.

See Also

Log in to get a better experience