    

 ## On this page

  

 

 # `ICEPAKImportSettings`

 Last update: 16.07.2025 

<a id="ansys.mechanical.stubs.v242.Ansys.Mechanical.ExternalData.ICEPAKImportSettings"></a>

#### *class* Ansys.Mechanical.ExternalData.ICEPAKImportSettings

Bases: [`object`](https://docs.python.org/3/library/functions.html#object)

T:Ansys.Mechanical.ExternalData.ICEPAKImportSettings defines how to import external data from an ICEPAK BOOL or ICEPAK COND file.

<a id="overview"></a>

## Overview

### Properties

NameDescription[`Format`](#ICEPAKImportSettings.Format)Gets the existing corresponding format.[`SupportingFileDescription`](#ICEPAKImportSettings.SupportingFileDescription)The supporting file description. This is optional.[`SupportingFileIdentifier`](#ICEPAKImportSettings.SupportingFileIdentifier)The supporting file identifier. The identifier should be unique, otherwise, an exception will be[`SupportingFilePath`](#ICEPAKImportSettings.SupportingFilePath)The supporting file path of the ICEPAK INFO file.<a id="property-detail"></a>

## Property detail

<a id="ICEPAKImportSettings.Format"></a>

### *property* ICEPAKImportSettings.Format *: [Ansys.Mechanical.DataModel.MechanicalEnums.ExternalData.ImportFormat](../DataModel/MechanicalEnums/ExternalData/ImportFormat.md#ansys.mechanical.stubs.v242.Ansys.Mechanical.DataModel.MechanicalEnums.ExternalData.ImportFormat) | [None](https://docs.python.org/3/library/constants.html#None)*

Gets the existing corresponding format.

<a id="ICEPAKImportSettings.SupportingFileDescription"></a>

### *property* ICEPAKImportSettings.SupportingFileDescription *: [str](https://docs.python.org/3/library/stdtypes.html#str) | [None](https://docs.python.org/3/library/constants.html#None)*

The supporting file description. This is optional.

<a id="ICEPAKImportSettings.SupportingFileIdentifier"></a>

### *property* ICEPAKImportSettings.SupportingFileIdentifier *: [str](https://docs.python.org/3/library/stdtypes.html#str) | [None](https://docs.python.org/3/library/constants.html#None)*

The supporting file identifier. The identifier should be unique, otherwise, an exception will be thrown during the import.

<a id="ICEPAKImportSettings.SupportingFilePath"></a>

### *property* ICEPAKImportSettings.SupportingFilePath *: [str](https://docs.python.org/3/library/stdtypes.html#str) | [None](https://docs.python.org/3/library/constants.html#None)*

The supporting file path of the ICEPAK INFO file.