11-06-2012 11:47 AM
I'm trying to find the best way to check if an NI device supports sample clock input. For example, I have a USB-6008 which does not support sample clock input. When I call DAQmxGetDevTerminals, I get "/Dev1/ai/StartTrigger, /Dev1/PFI0". For start trigger capability, I can call DAQmxGetDevAITrigUsage or look in the terminals string for "ai/StartTrigger". Should I search the string for "ai/SampleClock", or is there a function similar to DAQmxGetDevAITrigUsage?
Thank you,
CV
11-07-2012 06:30 PM
Hey CV,
From what I've seen, I don't know of a function similar to DAQmxGetDevAITrigUsage that works with the sample clock. It sounds like searching the terminal string may be your best bet for achieving the functionality you're looking for.