cst_create_project
Creates a new CST Studio Suite project file at a specified path, supporting project types such as MWS, EMS, PS, MPS, CS, DS, or PCB. Returns a VBA script in offline mode.
Instructions
Create a new CST Studio Suite project file. In connected mode the project is created directly; in offline mode a VBA script is returned for manual execution.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Full file path for the new project, e.g. 'C:/cst_projects/MyAntenna.cst'. | |
| project_type | No | CST project type. One of: MWS (Microwave Studio), EMS (EM Studio), PS (Particle Studio), MPS (Mphysics Studio), CS (Cable Studio), DS (Design Studio), PCB (PCB Studio). | MWS |