VeriStand .NET API Reference

LINPort.Termination Property

Gets or sets the onboard XNETTermination. You can select Off (disabled) and On (enabled).

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

Property Value

An enumeration value of XNETTermination.

Remarks

Per the LIN 2.1 standard, the master ECU has a ~1 kΩ termination resistor between Vbat and Vbus. Therefore, select On only if you are using your interface as the master and do not already have external termination.

See Also