Overview Schemas Index

Layered_interconnect_module_with_printed_component_design_arm (jsdai.SLayered_interconnect_module_with_printed_component_design_arm)


FUNCTION limdwpcd_get_tbrs
          (input : SET [0:?] OF Stratum_feature_template_component) : SET [0:?] OF Stratum;

LOCAL
          s : SET OF Stratum := [];  --this gives us access TO  the information base
END_LOCAL;

          REPEAT i := 1 TO SIZEOF(input) BY 1;
                s := s + input[i]\Stratum_feature_template_component.resident_stratum;
          END_REPEAT;

          RETURN(s);

END_FUNCTION; -- limdwpcd_get_tbrs

public class FLimdwpcd_get_tbrs
          public static Value run(SdaiContext _context, Value input)