Measurement Studio for VC++

cancel
Showing results for 
Search instead for 
Did you mean: 

Device supports sample clock input

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

0 Kudos
Message 1 of 2
(5,596 Views)

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.

0 Kudos
Message 2 of 2
(5,584 Views)