Library Function lick_ckslcfg_fetch

function sctCkRes = lick_ckslcfg_fetch(hSys, sCkType)

Checks Simulink® configuration parameters of model with handle <hSys> to conform to rule <sCkType>. <sCkType> might be one out of - 'jc_0700' - 'jc_0011' - 'jc_0642' - 'jc_0806' - 'jc_0021' - 'na_0004' - 'na_0010ab' - 'na_0010c'

Make sure to call this functions on library models only with a <sCkType> that checks parameters actually present in library models.

Check result structure <sctCkRes> always contains cell arrays <cGood> and <cBad>. All checked parameters for check type <sCkType> will either have an entry in <cGood> or <cBad>. Each entry is a cell array itself with the parameter name in the first cell and the value found in the second.