Hi rcsj1,
I believe you can use the "range" function to get the actual physical range of the device. Therefore, "range" will get the physical range and "GetActualSettings" will get the scaled range. The Measurement Studio Reference discusses these methods in better detail. You can find the reference from Start >> Programs >> National Instruments >> Measurement Studio >> Help.
Another way to obtain this information is by using the LabVIEW interface. If you install NI-DAQ support for LabVIEW, another dll is installed called lvdaq.dll. This dll contains a function called "Get_Channel_InformationInterface" which will allow you to get the physical range and the scaled range. Not sure if that helps you though.
Have a good day.
Ron