Sets the active schedule for the current
LINPort by searching the
LINSchedules array for the name specified by
ActiveSchedule.
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 SetActiveSchedule ( _
LINSchedules As String(), _
ActiveSchedule As String _
) As Boolean |
| Visual C++ |
|---|
public:
bool SetActiveSchedule(
array<String^>^ LINSchedules,
String^ ActiveSchedule
) |
Parameters
- LINSchedules
- Type:
System.String
The array of all available LIN schedules.
- ActiveSchedule
- Type: System.String
The name of the schedule to set as the active schedule.
Return Value
true (True in Visual Basic) if the active schedule was set successfully.