Trying to use PXI-6115 Digital triggering... getting error that device doesn't support :
DAQmxSetStartTrigType(taskHandle, DAQmx_Val_DigEdge));
or
DAQmxErrChk (DAQmxSetRefTrigType(taskHandle, DAQmx_Val_DigPattern));
Even tried the ANSI C examples with same results...Although documentation indicates that this is supported.
Any suggestions