FireSync API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
kStatus kLdCal_SetLimitOutput ( kLdCal  cal,
kArray1  limitMap 
)

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.

Parameters
calThe class object.
limitMapCurrent limit calibration mapping. kArray1<k64f>
Returns
Operation status