VeriStand .NET API Reference

CustomDevice.SetTimingSourceInitVIs Method

Sets the Timing Source Initialization VIs to associate with the custom device. Timing Source Initialization VIs are required if you want to use a custom device that is not a timing and sync device as the master timing source for the Primary Control Loop.

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 Sub SetTimingSourceInitVIs ( _
	timingSourceInitVIs As DependentFile() _
)
C#
public void SetTimingSourceInitVIs(
	DependentFile[] timingSourceInitVIs
)
Visual C++
public:
void SetTimingSourceInitVIs(
	array<DependentFile^>^ timingSourceInitVIs
)

Parameters

timingSourceInitVIs
Type: NationalInstruments.VeriStand.SystemDefinitionAPI.DependentFile
An array of references to the Timing Source Initialization VIs.

See Also

Log in to get a better experience