Analog Input >> General Properties >> Channel Calibration >> Scaling Parameters >> Scale Type
- Updated2023-03-16
- 1 minute(s) read
| Data Type: | int32 |
| Description: | Specifies the method or equation form that the calibration scale uses. |
Valid values
| DAQmx_Val_Polynomial | 10449 | Scale values by using an Nth order polynomial equation. |
| DAQmx_Val_Table | 10450 | Map an array of prescaled values to an array of corresponding scaled values, with all other values scaled proportionally. |
| DAQmx_Val_None | 10230 |
You can get/set/reset this property using:
DAQmxGetAIChanCalScaleType
DAQmxSetAIChanCalScaleType
DAQmxResetAIChanCalScaleType