Table of contents
No headersCreate 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.
- Create a rule named component_type_rule.
- 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
- Click OK when you are done to save this rule.
Previous | Next