.. vale off :class:`ColumnarDataSourceBase` =============================== .. py:class:: ansys.mechanical.stubs.v241.Ansys.Mechanical.ExternalData.ColumnarDataSourceBase Bases: :py:obj:`object` T: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). .. !! processed by numpydoc !! .. py:currentmodule:: ColumnarDataSourceBase Overview -------- .. tab-set:: .. tab-item:: Methods .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~Clear` - * - :py:attr:`~GetEnumerator` - * - :py:attr:`~RemoveAt` - Removes the import definition at the specified index. * - :py:attr:`~UseColumn` - .. .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~Count` - Gets the number of column definitions. * - :py:attr:`~Item` - Item property. * - :py:attr:`~SkipFooter` - Gets or sets the number of rows to ignore at the end of the file during import. * - :py:attr:`~SkipRows` - Gets or sets the number of rows to skip over at the start of the file during import. * - :py:attr:`~Format` - Gets the existing corresponding format. Property detail --------------- .. py:property:: Count :no-index: :type: Optional[System.Int32] Gets the number of column definitions. .. !! processed by numpydoc !! .. py:property:: Item :no-index: :type: Optional[Ansys.Mechanical.ExternalData.ColumnarDataImportDefinition] Item property. .. !! processed by numpydoc !! .. py:property:: SkipFooter :no-index: :type: Optional[System.Int32] Gets or sets the number of rows to ignore at the end of the file during import. .. !! processed by numpydoc !! .. py:property:: SkipRows :no-index: :type: Optional[System.Int32] Gets or sets the number of rows to skip over at the start of the file during import. .. !! processed by numpydoc !! .. py:property:: Format :no-index: :type: Optional[Ansys.Mechanical.DataModel.MechanicalEnums.ExternalData.ImportFormat] Gets the existing corresponding format. .. !! processed by numpydoc !! Method detail ------------- .. py:method:: Clear() -> System.Void :no-index: .. py:method:: GetEnumerator() -> System.Collections.Generic.IEnumerator[Ansys.Mechanical.ExternalData.ColumnarDataImportDefinition] :no-index: .. py:method:: RemoveAt(index: System.Int32) -> System.Void :no-index: Removes the import definition at the specified index. .. !! processed by numpydoc !! .. py:method:: UseColumn(index: System.Int32, variableType: Ansys.Mechanical.DataModel.MechanicalEnums.ExternalData.VariableType, unit: System.String, name: System.String) -> Ansys.Mechanical.ExternalData.ColumnarDataSourceBase :no-index: .. !! processed by numpydoc !! .. vale on