physicalmodel export
The physicalmodel export command exports the specified physical model and its metadata from Discovery to the specified directory.
Usage
physicalmodel export --n physicalModelName --o outputDirectory| Required | Argument | Description |
|---|---|---|
| Yes | --n physicalModelName | Specifies the name of the physical model to be exported. |
| No | --o outputDirectory | Specifies the directory to which the models are exported. If unspecified, the models are exported to the directory from which you are running the command. |
Example
This example exports the physical model "MyModel" to the "MyModelExport" folder located here: C:\Spectrum\PhysicalModels.
physicalmodel export --n MyModel --o C:\Spectrum\PhysicalModels\MyModelExport