Hi all, I am currently trying to program my U1084A with the MD1 driver in LabWindows. Mostly things are going well, I can open the digitizer and modify trigger settings, acquire simple waveforms etc... My issue is that I can't seem to find any way to enable averager mode in the documentation and simply calling
Status = AgMD1_SetAttributeViInt32 (DigitizerHandle, VI_NULL, AGMD1_ATTR_ACQUISITION_NUMBER_OF_AVERAGES, 10000);
wont do it. Does anyone have an idea as to how to do this? Perhaps I have overlooked something?
Thanks
Status = AgMD1_SetAttributeViInt32 (DigitizerHandle, VI_NULL, AGMD1_ATTR_ACQUISITION_NUMBER_OF_AVERAGES, 10000);
wont do it. Does anyone have an idea as to how to do this? Perhaps I have overlooked something?
Thanks
On a related note, was this posted in the correct forum? I'm unsure if I'm asking in the wrong place or if these are just not popular digitizers/functions.