VeriStand .NET API Reference

CANPort.CANBusOff Property

Gets or sets whether the CAN bus is recovered if it switches off due to a physical fault on the bus.

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 CANBusOff As Boolean
C#
public virtual bool CANBusOff { get; set; }
Visual C++
public:
virtual property bool CANBusOff {
	bool get ();
	void set (bool value);
}

Property Value

true (True in Visual Basic) if the bus is recovered from off mode if it switches due to a physical fault. Otherwise false (False in Visual Basic).

See Also

Log in to get a better experience