Skip to main content

tbl_parameter : SET

Overview

This video demonstrates the tbl_parameter SET command in Nitro-CELL, which sets parameter values on Creo models using data from an Excel table. Unlike the standard Set Parameter command that operates on a single model, tbl_parameter SET reads from a structured table where each row defines a model name and the parameter values to apply. This table-driven approach is efficient for updating parameters across many models in a single execution. The video shows how to structure the data table, enter the tbl_parameter SET command, execute it, and verify the parameters were updated on all target models.

Key Steps

  1. Create an Excel table with columns for model name and parameter values
  2. Populate the table with the target models and desired parameter values
  3. Enter the tbl_parameter SET command referencing the data table
  4. Execute the command to apply parameter values from the table to Creo models
  5. Verify the parameters were updated on all target models

Tips

  • Structure your table with one row per model for clear, readable automation
  • Ensure all target models are in session before executing the command
  • Use this command for bulk parameter updates driven by spreadsheet data