11-11-2022 06:28 PM
I had a USB 6353 DAQ board. I want to set AO sample clock from an external clock source (PFIx) and set the programmable Clock Divider to an integer number like the following:
What is/are functions should I use?
11-12-2022 10:39 AM
In LabVIEW, you would use a DAQmx Timing property node to set:
Sample Clock.Timebase.Source
Sample Clock.Timebase Divisor
-Kevin P
11-19-2022 08:40 PM
Hi Kevin,
Thanks for your help. I solve the problem in C# by setting the sample source, divider like you did in Labview.