if I set an internal gain with this command:
m_CWAI.GetChannels().Add(ScanChannels[i],CNiVariant(10),CNiVariant(-10), vOptional, vOptional);
Then my internal card gain should be 0.5. How do I read this gain value with the GetGain command?
I use m_CWAI.GetChannels().Item (??????).GetGain();
I have problem with the Item command since it needs Variant type variable and I have no clue what should be the input.
by the way, my DAQ is PCI-MIO-16E-1 card.