![]() | Download Help (Windows Only) |
Specifies the type of sample timing to use for the task.
Namespace: NationalInstruments.DAQmx
Assembly: NationalInstruments.DAQmx (in NationalInstruments.DAQmx.dll) Version: 17.1.40.99
Visual Basic (Declaration) |
---|
Public Enumeration SampleTimingType |
C# |
---|
public enum SampleTimingType |
Member name | Description |
---|---|
BurstHandshake | Determine sample timing using burst handshaking between the device and a peripheral device. |
ChangeDetection | Acquire samples when a change occurs in the state of one or more digital input lines. The lines must be contained within a digital input channel. |
Handshake | Determine sample timing by using digital handshaking between the device and a peripheral device. |
Implicit | Configure only the duration of the task. |
OnDemand | Acquire or generate a sample on each read or write operation. This timing type is also referred to as static or software-timed. |
PipelinedSampleClock | Device acquires or generates samples on each sample clock edge, but does not respond to certain triggers until a few sample clock edges later. Pipelining allows higher data transfer rates at the cost of increased trigger response latency. Refer to the device documentation for information about which triggers pipelining affects. This timing type allows handshaking with some devices using the Pause trigger, the Ready for Transfer event, or the Data Active event. Refer to the device documentation for more information. |
SampleClock | Acquire or generate samples on the specified edge of the sample clock. |
Helpful
Not Helpful