Parameters in Scripting

All parameters in Grid Studio can be accessed through Python scripting.

Scripts can read and modify parameter values, unless the parameter is read-only.

To retrieve the scripting address of a parameter:

  1. Right-click the parameter

  2. Select Copy Expression Address

This copies the full scripting path to the clipboard.

Example:

This path can then be used inside Python scripts to read or modify the parameter value.

Last updated