Skip to main content

Mechanical scripting interface

ExternalDataFile

Last update: 14.01.2025

class Ansys.Mechanical.ExternalData.ExternalDataFile

Bases: object

A basic definition of the external data file.

Overview

Properties

Name Description
Description Gets or sets the optional description of the external data file.
FilePath Gets or sets the file path of the external data file.
Identifier Gets or sets the identifier of the external data file.
ImportSettings
IsMainFile

Property detail

property ExternalDataFile.Description : str | None

Gets or sets the optional description of the external data file.

property ExternalDataFile.FilePath : str | None

Gets or sets the file path of the external data file.

property ExternalDataFile.Identifier : str | None

Gets or sets the identifier of the external data file.

property ExternalDataFile.ImportSettings : Ansys.Mechanical.ExternalData.ImportSettingsBase | None

property ExternalDataFile.IsMainFile : bool | None