Library Function lick_ckblknamdsp_fetch

function sctCkResults = lick_ckblknamdsp_fetch(hSys)

Checks all blocks found in system <hSys> for adherance to block name display rules as defined in MAB 5.0 jc_0061.

Check result structure <sctCkRes> contains members: - <jExclLibs>, a java.util.HashSet with the libraries excluded from checks. - <nStdBlksGenDfltNames>, a scalar whole number defining the option of how default names for certain block types are retrieved, see documentation for details. - <nStdBlksAutoHndl>, a scalar whole number defining the handling of the automatic block name setting, see documentation for details. - <jBadDisp>, a java.util.ArrayList containing blocks that show their name where they shouldn't. - <jBadHide>, a java.util.ArrayList containing blocks that hide their name where they should show it. - <jBadAuto>, a java.util.ArrayList containing blocks with automatic name hiding parameter 'HideAutomaticName' set to true where they shouldn't.