model_list_components
Retrieve all component names from a COMSOL model by specifying the model name. Use this to inspect or manage model components programmatically.
Instructions
List all components in a model.
Args: model_name: Model name (default: current model)
Returns: List of component names
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model_name | No |