DelimitedImportSettings
#
- class ansys.mechanical.stubs.v241.Ansys.Mechanical.Table.DelimitedImportSettings#
Bases:
object
T:Ansys.Mechanical.Table.DelimitedImportSettings defines how to import data from a delimited source for tabular data.
Overview#
Removes the import definition at the specified index. |
|
Gets the number of column definitions. |
|
The delimiter used to separate columns. |
|
Gets the existing corresponding format. |
|
Item property. |
|
Gets or sets the type of URI provided for Table import. |
|
Gets or sets the number of rows to ignore at the end of the file during import. |
|
Gets or sets the number of rows to skip over at the start of the file during import. |
Property detail#
- property DelimitedImportSettings.Format: Ansys.Mechanical.DataModel.MechanicalEnums.Table.ImportFormat | None#
Gets the existing corresponding format.
- property DelimitedImportSettings.Item: Ansys.Mechanical.Table.ColumnarDataImportDefinition | None#
Item property.
- 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
Gets or sets the number of rows to ignore at the end of the file during import.
Method detail#
- DelimitedImportSettings.GetEnumerator() Iterator[Ansys.Mechanical.Table.ColumnarDataImportDefinition] #
- DelimitedImportSettings.RemoveAt(index: int) None #
Removes the import definition at the specified index.
- DelimitedImportSettings.UseColumn(index: int, variableType: Ansys.Mechanical.DataModel.MechanicalEnums.Table.VariableType, variableClassification: Ansys.Mechanical.DataModel.MechanicalEnums.Table.VariableClassification, unit: str, name: str) Ansys.Mechanical.Table.ColumnarDataSourceBase #