ColumnarDataImportDefinition#

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

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#

Index

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

Name

Gets or sets an identifier for the data source column.

Unit

Gets or sets the unit of the column.

VariableType

Gets or sets the variable type of the column.

VariableClassification

Gets or sets the variable classification of the column.

Property detail#

property ColumnarDataImportDefinition.Index: System.Int32 | None

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

property ColumnarDataImportDefinition.Name: System.String | None

Gets or sets an identifier for the data source column.

property ColumnarDataImportDefinition.Unit: System.String | None

Gets or sets the unit of the column.

property ColumnarDataImportDefinition.VariableType: Ansys.Mechanical.DataModel.MechanicalEnums.Table.VariableType | None

Gets or sets the variable type of the column.

property ColumnarDataImportDefinition.VariableClassification: Ansys.Mechanical.DataModel.MechanicalEnums.Table.VariableClassification | None

Gets or sets the variable classification of the column.