Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

How to get the highest internal base clock using c++?

I would like to get the highest internal base clock supported by a DAQ card, for example, 80MHz for PCI-6251, 100MHz for PCIe6361. What function should I use? I have tried DAQmxGetSampClkTimebaseRate and DAQmxGetCICtrTimebaseSrc, but they both return default value, which is 20MHz.
0 Kudos
Message 1 of 3
(2,997 Views)
int32 __CFUNC DAQmxGetDevCIMaxTimebase(const char device[], float64 *data);
0 Kudos
Message 2 of 3
(2,978 Views)
It works. Thanks.
0 Kudos
Message 3 of 3
(2,974 Views)