param_description
Retrieve or update the description text of a parameter in a COMSOL model. Provide a new text to update, or leave blank to read the current description.
Instructions
Get or set the description of a parameter.
Args: name: Parameter name text: New description text (if None, returns current description) model_name: Model name (default: current model)
Returns: Parameter description, or confirmation of update
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| text | No | ||
| model_name | No |