Overview Schemas Index

LAYERED_INTERCONNECT_MODULE_WITH_PRINTED_COMPONENT_DESIGN_XIM (jsdai.SLayered_interconnect_module_with_printed_component_design_xim)


FUNCTION limdwpcd_get_sspc
          (input : SET [0:?] OF structured_layout_component_sub_assembly_relationship) : SET [0:?] OF single_stratum_printed_component_armx;

 LOCAL sspc : SET [ 0 : ? ] OF single_stratum_printed_component_armx := [ ] ; END_LOCAL ; REPEAT i := 1 TO SIZEOF ( input ) BY 1 ; sspc := sspc + input [ i ] \ structured_layout_component_sub_assembly_relationship . related_product_definition ; END_REPEAT ; RETURN ( sspc ) ; 

END_FUNCTION; -- limdwpcd_get_sspc

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