|
FireSync API
|
| kStatus kAnalogOut_SetCalA0 | ( | kAnalogOut | analog, |
| k64f | a0 | ||
| ) |
Sets analog output calibration coefficient a0.
Analog output values that are provided in milliamps are subject to a calibration function of form y = a1*x + a0. This function transforms the calibrated milliamps provided to the EnqueueCurrent function, prior to conversion to ADC units.
| analog | Analog output object. |
| a0 | Calibration coefficient a0. |