VeriStand .NET API Reference

Acceleration.VelocityChannel Property

Gets or sets the channel on which to store the velocity of XChannel.

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 Overridable Property VelocityChannel As BaseNode
C#
public virtual BaseNode VelocityChannel { get; set; }
Visual C++
public:
virtual property BaseNode^ VelocityChannel {
	BaseNode^ get ();
	void set (BaseNode^ value);
}

Property Value

A BaseNode reference to the velocity channel.

See Also

Log in to get a better experience