ImportSystemCouplingInputFile()


Note:  The recommended method of opening a Workbench-based analysis in one of System Coupling's user interfaces is to export the coupling setup. If you attempt to populate the data model by importing an SCI file created with a previous release, required information will be missing. The automated export process ensures the availability of all necessary information.

For more information, see Exporting a System Coupling Setup and Running an Exported System Coupling Setup in the System Coupling User's Guide.


Reads the specified System Coupling SCI file and pushes its information into the data model. The SCI file is the required System Coupling input format for the initial command-line run of a coupled analysis set up in Workbench.

After the initial command-line run based on an imported SCI file, a reissue of the ImportSystemCouplingInputFile() command is unnecessary and is not recommended.

Cannot be run after participants have started.

Essential Keyword Arguments

FilePath : ReadableFileName

Path and filename for the SCI file to be read.

Return Type

None

Examples

Example 39: Import an SCI file for an initial run

 
 
ImportSystemCouplingInputFile(FilePath = 'scInput.sci')