Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

Get the actual clock period

Hello,

In the past AI clock config let you know the actual period of the clock used for the aquisition. How is it possible with the drivers ?

Thank
0 Kudos
Message 1 of 2
(2,759 Views)
You would now need to query one of the DAQmx property nodes, likely the Timing property node.
 
Be careful though -- if you query before the task is started, it might merely give you back your requested rate rather than the nearby actual rate that the hardware supports.  That's the behavior I've observed with counter output frequencies.  If I request a not-quite-possible frequency and then query before starting the pulse train, DAQmx just dutifully returns my *requested* freq.   (Have not re-checked this yet on very recent DAQmx versions).
 
-Kevin P.
ALERT! LabVIEW's subscription-only policy came to an end (finally!). Unfortunately, pricing favors the captured and committed over new adopters -- so tread carefully.
0 Kudos
Message 2 of 2
(2,757 Views)