model_clone
Create an independent copy of a COMSOL model for side-by-side comparison or to make modifications without altering the original.
Instructions
Clone a model to create a copy for comparison or modification.
Args: model_name: Name of the model to clone (default: current model) new_name: Name for the cloned model (auto-generated if not provided) set_current: Whether to set the clone as current model (default: False)
Returns: Info about the cloned model, or error message
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model_name | No | ||
| new_name | No | ||
| set_current | No |