ColumnarDataImportDefinition#
- class ansys.mechanical.stubs.v261.Ansys.Mechanical.Table.ColumnarDataImportDefinition(index: int, variableType: Ansys.Mechanical.DataModel.MechanicalEnums.Table.VariableType, variableClassification: Ansys.Mechanical.DataModel.MechanicalEnums.Table.VariableClassification, unit: str, name: str)#
Bases:
objectA simple class to hold the import definitions for how a column from a data source in columnar format should be processed.
Overview#
GenerateFromComImportDefinition method. |
|
SaveAsComImportDefinition method. |
Equals method. |
|
GetHashCode method. |
|
GetType method. |
|
ToString method. |
Gets or sets the specified data source column index from which this variable will be |
|
InternalVariableType property. |
|
Gets or sets an identifier for the data source column. |
|
Gets or sets the unit of the column. |
|
Gets or sets the variable classification of the column. |
|
Gets or sets the variable type of the column. |
Property detail#
- property ColumnarDataImportDefinition.Index: int | None#
Gets or sets the specified data source column index from which this variable will be imported.
- property ColumnarDataImportDefinition.InternalVariableType: Ansys.Mechanical.DataModel.MechanicalEnums.Table.InternalVariableType | None#
InternalVariableType property.
- property ColumnarDataImportDefinition.Name: str | None#
Gets or sets an identifier for the data source column.
- property ColumnarDataImportDefinition.VariableClassification: Ansys.Mechanical.DataModel.MechanicalEnums.Table.VariableClassification | None#
Gets or sets the variable classification of the column.
- property ColumnarDataImportDefinition.VariableType: Ansys.Mechanical.DataModel.MechanicalEnums.Table.VariableType | None#
Gets or sets the variable type of the column.
Method detail#
- classmethod ColumnarDataImportDefinition.GenerateFromComImportDefinition(comImportDefinition: Ansys.Common.Interop.AnsStdObjects.DSTableImportSettingsColumnarDataImportDefinition) Ansys.Mechanical.Table.ColumnarDataImportDefinition#
GenerateFromComImportDefinition method.
- classmethod ColumnarDataImportDefinition.SaveAsComImportDefinition(importDefinition: Ansys.Mechanical.Table.ColumnarDataImportDefinition) Ansys.Common.Interop.AnsStdObjects.DSTableImportSettingsColumnarDataImportDefinition#
SaveAsComImportDefinition method.