|
FireSync API
|
Sets the calibration mapping for the driver current limit.
The input is expected in the form of a 1D array of output optical power values (mW) mapping to a range of inputs determined by 'begin' and 'step' parameters to kLdCal_SetLimiInputtInfo
As not all drivers support programmable current limit, this field may be left unset (kLdCal_LimitOutput will return kNULL) During assignment, the calibration class makes a copy of the input array. The caller is responsible for destroying the input.
| cal | The class object. |
| limitMap | Current limit calibration mapping. kArray1<k64f> |