.. vale off :class:`ColumnarDataImportDefinition` ===================================== .. py:class:: ansys.mechanical.stubs.v242.Ansys.Mechanical.ExternalData.ColumnarDataImportDefinition Bases: :py:obj:`object` A simple class to hold the import definitions for how a column from a data source in columnar format should be processed. .. !! processed by numpydoc !! .. py:currentmodule:: ColumnarDataImportDefinition Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~Index` - Gets or sets the specified data source column index from which this variable will be * - :py:attr:`~Name` - Gets or sets an identifier for the data source column. * - :py:attr:`~Unit` - Gets or sets the unit of the column. * - :py:attr:`~VariableType` - Gets or sets the variable type of the column. * - :py:attr:`~UserFieldVariable` - .. Property detail --------------- .. py:property:: Index :no-index: :type: Optional[System.Int32] Gets or sets the specified data source column index from which this variable will be imported. .. !! processed by numpydoc !! .. py:property:: Name :no-index: :type: Optional[System.String] Gets or sets an identifier for the data source column. .. !! processed by numpydoc !! .. py:property:: Unit :no-index: :type: Optional[System.String] Gets or sets the unit of the column. .. !! processed by numpydoc !! .. py:property:: VariableType :no-index: :type: Optional[Ansys.Mechanical.DataModel.MechanicalEnums.ExternalData.VariableType] Gets or sets the variable type of the column. .. !! processed by numpydoc !! .. py:property:: UserFieldVariable :no-index: :type: Optional[System.String] .. !! processed by numpydoc !! .. vale on