TimingSourceSettingsOptions Enumeration
- Updated2023-02-21
- 2 minute(s) read
Specifies the DAQ timing source setting for the Primary Control Loop when the PCL timing source is set to DAQ.
Namespace:
NationalInstruments.VeriStand.SystemDefinitionAPIAssembly: 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 name | Description |
---|---|
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. |