Add a calculation to a product configuration model

This procedure shows how to add a new calculation to a product configuration model. It shows how you can create a logical expression using the "If" operator to set a speaker height to 10 for white speakers and 15 for all other cabinet finishes. The procedure uses the High end speaker component in the demo company USMF.

Add a calculation

Create calculation expression

  1. Click Edit expression.
  2. In the ConstraintBody field, enter 'If[CabinetFinish=="White", 10, 15]'.
  3. Click Validate.
  4. Click Close.
  5. Click OK.