Function
Sets or gets the timing processing method used by DncDaq.
Variable type
[ C#: enum DaqTimerMode ] [ VB.NET: Enum DaqTimerMode ]
Initial value
QueryPerformanceCounter
Setting value
Values |
Name |
Description |
0 |
QueryPerformanceCounter |
Use the high precision (Query Performance Counter) counter. |
1 |
Normal |
Use a normal system timer. |
Remarks
You can change the timing processing method in DAQ-DNC.