param_description
Retrieve or modify the description of a parameter in a COMSOL model. Provide a name to get the description, or add text to update it.
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 |