ColumnarDataSourceBase#
- class ansys.mechanical.stubs.v241.Ansys.Mechanical.ExternalData.ColumnarDataSourceBase#
 Bases:
objectT:Ansys.Mechanical.ExternalData.ColumnarDataSourceBase is a class that provides foundational behavior for import settings that consume data from columnar data sources (such as delimited or fixed-width files).
Overview#
Removes the import definition at the specified index.  | 
|
Gets the number of column definitions.  | 
|
Gets the existing corresponding format.  | 
|
Item property.  | 
|
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 ColumnarDataSourceBase.Format: Ansys.Mechanical.DataModel.MechanicalEnums.ExternalData.ImportFormat | None#
 Gets the existing corresponding format.
- property ColumnarDataSourceBase.Item: Ansys.Mechanical.ExternalData.ColumnarDataImportDefinition | None#
 Item property.
Gets or sets the number of rows to ignore at the end of the file during import.
Method detail#
- ColumnarDataSourceBase.GetEnumerator() Iterator[Ansys.Mechanical.ExternalData.ColumnarDataImportDefinition]#
 
- ColumnarDataSourceBase.RemoveAt(index: int) None#
 Removes the import definition at the specified index.
- ColumnarDataSourceBase.UseColumn(index: int, variableType: Ansys.Mechanical.DataModel.MechanicalEnums.ExternalData.VariableType, unit: str, name: str) Ansys.Mechanical.ExternalData.ColumnarDataSourceBase#