DelimitedImportSettings#

class ansys.mechanical.stubs.v242.Ansys.Mechanical.Table.DelimitedImportSettings#

Bases: object

T:Ansys.Mechanical.Table.DelimitedImportSettings defines how to import data from a delimited source for tabular data.

Overview#

Clear

GetEnumerator

RemoveAt

Removes the import definition at the specified index.

UseColumn

Delimiter

The delimiter used to separate columns.

Count

Gets the number of column definitions.

Item

Item property.

SkipFooter

Gets or sets the number of rows to ignore at the end of the file during import.

SkipRows

Gets or sets the number of rows to skip over at the start of the file during import.

Format

Gets the existing corresponding format.

PathType

Gets or sets the type of URI provided for Table import.

Property detail#

property DelimitedImportSettings.Delimiter: System.String | None

The delimiter used to separate columns.

property DelimitedImportSettings.Count: System.Int32 | None

Gets the number of column definitions.

property DelimitedImportSettings.Item: Ansys.Mechanical.Table.ColumnarDataImportDefinition | None

Item property.

property DelimitedImportSettings.SkipFooter: System.Int32 | None

Gets or sets the number of rows to ignore at the end of the file during import.

property DelimitedImportSettings.SkipRows: System.Int32 | None

Gets or sets the number of rows to skip over at the start of the file during import.

property DelimitedImportSettings.Format: Ansys.Mechanical.DataModel.MechanicalEnums.Table.ImportFormat | None

Gets the existing corresponding format.

property DelimitedImportSettings.PathType: Ansys.Mechanical.DataModel.MechanicalEnums.Common.PathType | None

Gets or sets the type of URI provided for Table import. Default: F:Ansys.Mechanical.DataModel.MechanicalEnums.Common.PathType.Absolute

Method detail#

DelimitedImportSettings.Clear() System.Void
DelimitedImportSettings.GetEnumerator() System.Collections.Generic.IEnumerator[Ansys.Mechanical.Table.ColumnarDataImportDefinition]
DelimitedImportSettings.RemoveAt(index: System.Int32) System.Void

Removes the import definition at the specified index.

DelimitedImportSettings.UseColumn(index: System.Int32, variableType: Ansys.Mechanical.DataModel.MechanicalEnums.Table.VariableType, variableClassification: Ansys.Mechanical.DataModel.MechanicalEnums.Table.VariableClassification, unit: System.String, name: System.String) Ansys.Mechanical.Table.ColumnarDataSourceBase