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
- Click Edit expression.
- In the ConstraintBody field, enter 'If[CabinetFinish=="White", 10, 15]'.
- Click Validate.
- Click Close.
- Click OK.