Overview Schemas Index

INTERCONNECT_PLACEMENT_REQUIREMENTS_XIM (jsdai.SInterconnect_placement_requirements_xim)


TYPE spacing_type = ENUMERATION (
          nearest_boundary,
          centroid,
          furthest_boundary );
END_TYPE; -- spacing_type

Users

          layout_spacing_requirement_armx.of_spacing_type

public final class ESpacing_type

          static final int NEAREST_BOUNDARY = 1
          static final int CENTROID = 2
          static final int FURTHEST_BOUNDARY = 3
          static String[] values = {"NEAREST_BOUNDARY", "CENTROID", "FURTHEST_BOUNDARY"}
          static int toInt(String str)
          static String toString(int value)