VeriStand .NET API Reference

LINScheduler.SetActiveSchedule Method (String[], String)

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
C#
public bool SetActiveSchedule(
	string[] LINSchedules,
	string ActiveSchedule
)
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.

See Also

Log in to get a better experience