02-13-2008 01:36 PM
02-14-2008 08:32 PM - edited 02-14-2008 08:33 PM
Hi, KingTermite
It looks like you are using a pretty old version of the DMM driver. I had to do quite a bit of research to find the functions you are talking about but it looks like niDmm_Configure() has been replaced with niDMM_ConfigureMeasurement, and then again it has been replaced again with more specific functions, the latest are niDMM_ConfigureMeasurementDigits, and niDMM_ConfigureMeasurementAbsolute. To answer your specific question, you use to respective function depending on how you want to specify the resolution.
The resolution is either given in a Digits format (this would be the 5.5 you mentioned above) and an Absolute format. Please see the Resolution topic in the Index of the help file for your version of NI-DMM.
For your second question, the frequency measurement is selected the NIDMM_ATTR_FUNCTION (set to NIDMM_VAL_FREQ), in the niDMM_ConfigureMeasurementDigits/Absolute() function, and the range is configured with niDMM_ConfigureFrequencyVoltageRange()
Again there is more information about these functions in the NI-DMM help.
Chris_K