physicalmodel import
The physicalmodel import command imports the specified physical model file and its metadata to Discovery.
Usage
physicalmodel import --i physicalModelInputFile --u trueOrFalseRequired | Argument | Description |
---|---|---|
Yes | --i physicalModelInputFile | Specifies the physical model file to be imported. |
No | --u updateIfExists | Specifies that the imported model is to update the existing model of same name.
|
Example
This example imports the physical model file "MyModel" and updates the already existing file with this one.
physicalmodel import --i MyModel --u true