Acceleration Class
- Aktualisiert2023-02-21
- 2 Minute(n) Lesezeit
Represents a calculated channel with the acceleration function.
Namespace:
NationalInstruments.VeriStand.SystemDefinitionAPIAssembly: NationalInstruments.VeriStand.SystemDefinitionAPI (in NationalInstruments.VeriStand.SystemDefinitionAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
| Visual Basic (Declaration) |
|---|
Public Class Acceleration _ Inherits CalculatedChannel |
| C# |
|---|
public class Acceleration : CalculatedChannel |
| Visual C++ |
|---|
public ref class Acceleration : public CalculatedChannel |
Remarks
Use the members of this class to specify the channels to use as variables in the acceleration calculation. The function calculates the acceleration and velocity of the XChannel you specify. The VelocityChannel stores the velocity. The calculated channel itself stores the acceleration value.
Accessing this Class
Inheritance Hierarchy
System.Object
NationalInstruments.VeriStand.SystemDefinitionAPI.BaseNode
NationalInstruments.VeriStand.SystemDefinitionAPI.Channel
NationalInstruments.VeriStand.SystemDefinitionAPI.CalculatedChannel
NationalInstruments.VeriStand.SystemDefinitionAPI.Acceleration
NationalInstruments.VeriStand.SystemDefinitionAPI.BaseNode
NationalInstruments.VeriStand.SystemDefinitionAPI.Channel
NationalInstruments.VeriStand.SystemDefinitionAPI.CalculatedChannel
NationalInstruments.VeriStand.SystemDefinitionAPI.Acceleration
Thread Safety
Any public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Any instance members are not guaranteed to be thread safe.