Overview Schemas Index

PART_TEMPLATE_2D_SHAPE_XIM (jsdai.SPart_template_2d_shape_xim)


TYPE trace_class = ENUMERATION (
          microstrip,
          stripline,
          co_planar_waveguide );
END_TYPE; -- trace_class

Users

          impedance_requirement_occurrence_armx.characterized_class

public final class ETrace_class

          static final int MICROSTRIP = 1
          static final int STRIPLINE = 2
          static final int CO_PLANAR_WAVEGUIDE = 3
          static String[] values = {"MICROSTRIP", "STRIPLINE", "CO_PLANAR_WAVEGUIDE"}
          static int toInt(String str)
          static String toString(int value)