.. vale off :class:`IReadOnlyDataSeries` ============================ .. py:class:: ansys.mechanical.stubs.v241.Ansys.Mechanical.Interfaces.IReadOnlyDataSeries Bases: :py:obj:`object` IReadOnlyDataSeries interface. .. !! processed by numpydoc !! .. py:currentmodule:: IReadOnlyDataSeries Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~Item` - Item property. * - :py:attr:`~Count` - Gets the number of data points. * - :py:attr:`~DataType` - Gets the type stored by the data series. * - :py:attr:`~Name` - Gets the name of the data series. * - :py:attr:`~QuantityName` - Gets the quantity name of the data series, e.g., “Length”, “Pressure”, or “Heat Flux”. * - :py:attr:`~Unit` - Gets the string representation of the data series units, e.g., “m”, “kg m^-1 s^-2”, * - :py:attr:`~Values` - Explicitly get the values of the data series. Property detail --------------- .. py:property:: Item :no-index: :type: Optional[System.Object] Item property. .. !! processed by numpydoc !! .. py:property:: Count :no-index: :type: Optional[System.Int32] Gets the number of data points. .. !! processed by numpydoc !! .. py:property:: DataType :no-index: :type: Optional[System.Type] Gets the type stored by the data series. .. !! processed by numpydoc !! .. py:property:: Name :no-index: :type: Optional[System.String] Gets the name of the data series. .. !! processed by numpydoc !! .. py:property:: QuantityName :no-index: :type: Optional[System.String] Gets the quantity name of the data series, e.g., “Length”, “Pressure”, or “Heat Flux”. .. !! processed by numpydoc !! .. py:property:: Unit :no-index: :type: Optional[System.String] Gets the string representation of the data series units, e.g., “m”, “kg m^-1 s^-2”, or “kg m^2 s^-3”. .. !! processed by numpydoc !! .. py:property:: Values :no-index: :type: Optional[System.Collections.ICollection] Explicitly get the values of the data series. .. !! processed by numpydoc !! .. vale on