IcePak Solution

IcePak Solution
This container holds Solution data for an instance of IcePak.

Methods

GetComponentSettingsForRsmDpUpdate

This query is used to obtain the ComponentSettingsForRsmDpUpdate object for Journaling and Scripting


GetExpertProperties

This query is used to obtain the ExpertProperties object for Journaling and Scripting


GetSolutionSettings

Query to get fetch the proper solution settings reference.


Import

Import on the Setup container with an existing Icepak project or the compressed tzr Icepak project will launch an Icepak session and opens the imported project

Import on the Solution container allow users to set different set of case and data files for post processing.By default, the case and data files from the latest solution are available on the solution component.

Required Arguments

FilePath    Path to the project or tzr file when operated on Setup container. Path to the case file to be imported when operated on the Solution container
    Type    string
Example

When the Import is called on the Setup container

    Icepak.Import(FilePath=r"E:\DSModels\ICE\demo1_files\dp0\IPK\Icepak\IcepakProj")

When the Import is called on the Setup container with tzr file

    Icepak.Import(FilePath=r"c:\Temp\test.tzr")

When the Import is called on the Solution container

    Icepak.Import(FilePath=r"D:\IcepakProj00.cfd.cas")