ni.com is currently undergoing scheduled maintenance.

Some services may be unavailable at this time. Please contact us for help or try again later.

VeriStand .NET API Reference

CustomDevice.GetTimingSourceInitVIs Method

Gets the Timing Source Initialization VIs associated with the custom device. If you configure the custom device as the master timing source for the target, these VIs create a 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 Function GetTimingSourceInitVIs As DependentFile()
C#
public DependentFile[] GetTimingSourceInitVIs()
Visual C++
public:
array<DependentFile^>^ GetTimingSourceInitVIs()

Return Value

An array of DependentFile references to the Timing Source Initialization VIs.

See Also