Overview Schemas Index

LAYERED_INTERCONNECT_MODULE_WITH_PRINTED_COMPONENT_DESIGN_XIM (jsdai.SLayered_interconnect_module_with_printed_component_design_xim)


FUNCTION limdwpcd_get_s
          (input : SET [0:?] OF single_stratum_printed_component_armx) : SET [0:?] OF stratum_armx;

 LOCAL s : SET [ 0 : ? ] OF stratum_armx := [ ] ; END_LOCAL ; REPEAT i := 1 TO SIZEOF ( input ) BY 1 ; s := s + input [ i ] \ single_stratum_printed_component_armx . stratum_feature_implementation [ 1 ] \ stratum_feature_armx . resident_stratum ; END_REPEAT ; RETURN ( s ) ; 

END_FUNCTION; -- limdwpcd_get_s

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