PrepareFolderConfig¶
Configuration options for the folder preparation phase of a simulation run.
This model defines whether to copy the source AEDT file and what to name it in each simulation folder.
Bases: BaseModel
Configuration for the prepare phase of the workflow.
This determines how the working directory is initialized before the simulation is executed.
Attributes:
Name | Type | Description |
---|---|---|
copy_enabled |
bool
|
If True, the source AEDT file will be copied; otherwise, it runs in-place. |
dest_name |
str
|
Filename to use for the copied AEDT file inside each simulation folder. |