VeriStand .NET API Reference

Content Type
Programming Language
Current manual
Table of Contents

TimingSourceSettingsOptions Enumeration

Specifies the DAQ timing source setting for the Primary Control Loop when the PCL timing source is set to DAQ.

Namespace: NationalInstruments.VeriStand.SystemDefinitionAPI
Assembly: NationalInstruments.VeriStand.SystemDefinitionAPI (in NationalInstruments.VeriStand.SystemDefinitionAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)

Syntax

Visual Basic (Declaration)
Public Enumeration TimingSourceSettingsOptions
C#
public enum TimingSourceSettingsOptions
Visual C++
public enum class TimingSourceSettingsOptions

Members

Member nameDescription
ControlLoopFromTask The timing source uses a combination of the sample clock and the sleep time to determine when to send ticks to the Primary Control Loop.
SignalFromTask_SampleComplete The timing source sends a tick to the Primary Control Loop each time a sample completes.

See Also

Was this information helpful?