|
FireSync API
|
| kStatus kAnalogOut_SetCalA1 | ( | kAnalogOut | analog, |
| k64f | a1 | ||
| ) |
Sets analog output calibration coefficient a1.
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. |
| a1 | Calibration coefficient a1. |