10-23-2009 12:54 PM
DAQmxErrChk(pDAQmxSetChanAttribute(m_taskHandle2,"Dev1/ai0:1",DAQmx_AI_Gain,2));
The DAQmx_AI_Gain property is not supported for my MIO- E device, how will I be able to set the Gain?
Thanks
10-26-2009 11:48 AM
The gain is automatically set based on the maximum and minimum values that are specified when you create a channel.
-Christina