LINPort.GetLINScheduler Method
- Aktualisiert2023-02-21
- 2 Minute(n) Lesezeit
Accesses the LINScheduler section of the port, which specifies the active schedule to use to specify when to transmit frames.
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 Function GetLINScheduler As LINScheduler |
| C# |
|---|
public LINScheduler GetLINScheduler() |
| Visual C++ |
|---|
public: LINScheduler^ GetLINScheduler() |
Return Value
A reference to the LINScheduler class.
Remarks
A LIN schedule is valid only if the port is configured as the master port (IsMaster is true (True in Visual Basic)). |