physicalmodel import

The physicalmodel import command imports the specified physical model file and its metadata to Discovery.

Usage

physicalmodel import --i physicalModelInputFile --u trueOrFalse
RequiredArgumentDescription
Yes--i physicalModelInputFileSpecifies the physical model file to be imported.
No--u updateIfExistsSpecifies that the imported model is to update the existing model of same name.
true
updates the existing physical model.
false
Does not update the existing physical model.

Example

This example imports the physical model file "MyModel" and updates the already existing file with this one.

physicalmodel import --i MyModel --u true