VeriStand .NET API Reference

CANPort.CANBusOffRate Property

Gets or sets the bit rate at which to check the state of the CAN bus (active or off).

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

Property Value

The bit rate at which the CAN bus state is checked.

See Also

Log in to get a better experience