CANPort.BaudRate Property
- Updated2023-02-21
- 2 minute(s) read
Gets or sets the baud rate of the CAN port.
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 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 baud rate. You can use the BaudRate parameter of the CANPort constructor to specify an initial value.
Remarks
This rate can be
33333, 40000, 50000, 62500, 80000, 83333,
100000, 125000, 160000, 200000, 250000, 400000,
500000, 800000, or 1000000. Some transceivers may support only a subset of these values.