VeriStand .NET API Reference

LINPort.GetLINScheduler Method

Accesses the LINScheduler section of the port, which specifies the active schedule to use to specify when to transmit frames.

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 Function GetLINScheduler As LINScheduler
C#
public LINScheduler GetLINScheduler()
Visual C++
public:
LINScheduler^ GetLINScheduler()

Return Value

A reference to the LINScheduler class.

Remarks

Note:

A LIN schedule is valid only if the port is configured as the master port (IsMaster is true (True in Visual Basic)).

See Also

Log in to get a better experience