VeriStand .NET API Reference

LINPort.BaudRate Property

Gets or sets the baud rate that all cluster nodes use.

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 BaudRate As UInteger
C#
public virtual uint BaudRate { get; set; }
Visual C++
public:
virtual property unsigned int BaudRate {
	unsigned int get ();
	void set (unsigned int value);
}

Property Value

The initial value is the value specified in the LinkedDatabase or the value specified by the LINPort() constructor. The rate can be any value between 2400 and 20000, inclusive.

See Also

Log in to get a better experience