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.
If component_type = "standard" Then port_b_size = port_a_size port_c_size = port_a_size End If
Previous | Next