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: object

A simple class to hold the import definitions for how a column from a data source in columnar format should be processed.

Overview#

GenerateFromComImportDefinition

GenerateFromComImportDefinition method.

SaveAsComImportDefinition

SaveAsComImportDefinition method.

Equals

Equals method.

GetHashCode

GetHashCode method.

GetType

GetType method.

ToString

ToString method.

Index

Gets or sets the specified data source column index from which this variable will be

InternalVariableType

InternalVariableType property.

Name

Gets or sets an identifier for the data source column.

Unit

Gets or sets the unit of the column.

VariableClassification

Gets or sets the variable classification of the column.

VariableType

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.Unit: str | None#

Gets or sets the unit of the 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#

ColumnarDataImportDefinition.Equals(obj: Any) bool#

Equals method.

classmethod ColumnarDataImportDefinition.GenerateFromComImportDefinition(comImportDefinition: Ansys.Common.Interop.AnsStdObjects.DSTableImportSettingsColumnarDataImportDefinition) Ansys.Mechanical.Table.ColumnarDataImportDefinition#

GenerateFromComImportDefinition method.

ColumnarDataImportDefinition.GetHashCode() int#

GetHashCode method.

ColumnarDataImportDefinition.GetType() type#

GetType method.

classmethod ColumnarDataImportDefinition.SaveAsComImportDefinition(importDefinition: Ansys.Mechanical.Table.ColumnarDataImportDefinition) Ansys.Common.Interop.AnsStdObjects.DSTableImportSettingsColumnarDataImportDefinition#

SaveAsComImportDefinition method.

ColumnarDataImportDefinition.ToString() str#

ToString method.