VeriStand .NET API Reference

Acceleration Constructor

Initializes a new instance of Acceleration with the specified name, description, units, and 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, _
	Units As String, _
	ChannelToAnalyze As BaseNode, _
	ChannelForVelocity As BaseNode _
)
C#
public Acceleration(
	string Name,
	string Description,
	string Units,
	BaseNode ChannelToAnalyze,
	BaseNode ChannelForVelocity
)
Visual C++
public:
Acceleration(
	String^ Name, 
	String^ Description, 
	String^ Units, 
	BaseNode^ ChannelToAnalyze, 
	BaseNode^ ChannelForVelocity
)

Parameters

Name
Type: System.String
The name of the Acceleration calculated channel.
Description
Type: System.String
The description of the Acceleration calculated channel.
Units
Type: System.String
The units to associate with the Acceleration calculated channel.
ChannelToAnalyze
Type: NationalInstruments.VeriStand.SystemDefinitionAPI.BaseNode
The channel for which to calculate the acceleration.
ChannelForVelocity
Type: NationalInstruments.VeriStand.SystemDefinitionAPI.BaseNode
The channel on which to store the velocity of the ChannelToAnalyze.

See Also

Log in to get a better experience