Skip to main content

tbl_parameter : SET_CREATE

Overview

This video demonstrates the tbl_parameter SET_CREATE command in Nitro-CELL, which creates and sets parameter values on multiple Creo models using a table-driven approach. Like the standard SetCreate command, this variant creates the parameter if it does not exist and sets its value, but operates across all models listed in the data table. This is the most robust table-driven parameter command, as it handles both existing and missing parameters seamlessly. The video shows how to structure the data table, execute the command, and verify the results across all target models.

Key Steps

  1. Create an Excel table with columns for model name, parameter names, and values
  2. Populate the table with target models and desired parameter values
  3. Enter the tbl_parameter SET_CREATE command referencing the data table
  4. Execute the command to create and set parameters on all listed models
  5. Verify the parameters exist with correct values on all target models

Tips

  • SET_CREATE is the safest table parameter command as it handles missing parameters automatically
  • Use this command for parameter standardization across models with varying parameter sets
  • Combine with Save operations to persist all changes after execution