Set the Component Type

Create a rule to ensure that all port sizes are the same. Then, you use this rule in the next section to demonstrate how rules can be reordered.

  1. Create a rule named component_type_rule.
  2. Set the sizes for Port B and Port C to be the same as Port A.

    Copy Code Block

    If component_type = "standard" Then
    port_b_size = port_a_size
    port_c_size = port_a_size
    End If
  3. Click OK when you are done to save this rule.

Previous | Next