    

 ## On this page

  

 

 # `IReadOnlyDataSeries`

 Last update: 09.03.2026 

<a id="ansys.mechanical.stubs.v252.Ansys.Mechanical.Interfaces.IReadOnlyDataSeries"></a>

#### *class* Ansys.Mechanical.Interfaces.IReadOnlyDataSeries

Bases: [`object`](https://docs.python.org/3/library/functions.html#object)

<a id="overview"></a>

## Overview

### Properties

NameDescription[`Count`](#IReadOnlyDataSeries.Count)Gets the number of data points.[`DataType`](#IReadOnlyDataSeries.DataType)Gets the type stored by the data series.[`Item`](#IReadOnlyDataSeries.Item)Item property.[`Name`](#IReadOnlyDataSeries.Name)Gets the name of the data series.[`QuantityName`](#IReadOnlyDataSeries.QuantityName)Gets the quantity name of the data series, e.g., “Length”, “Pressure”, or “Heat Flux”.[`Unit`](#IReadOnlyDataSeries.Unit)Gets the string representation of the data series units, e.g., “m”, “kg m^-1 s^-2”,[`Values`](#IReadOnlyDataSeries.Values)Explicitly get the values of the data series.<a id="property-detail"></a>

## Property detail

<a id="IReadOnlyDataSeries.Count"></a>

### *property* IReadOnlyDataSeries.Count *: [int](https://docs.python.org/3/library/functions.html#int) | [None](https://docs.python.org/3/library/constants.html#None)*

Gets the number of data points.

<a id="IReadOnlyDataSeries.DataType"></a>

### *property* IReadOnlyDataSeries.DataType *: [type](https://docs.python.org/3/library/functions.html#type) | [None](https://docs.python.org/3/library/constants.html#None)*

Gets the type stored by the data series.

<a id="IReadOnlyDataSeries.Item"></a>

### *property* IReadOnlyDataSeries.Item *: Any | [None](https://docs.python.org/3/library/constants.html#None)*

Item property.

<a id="IReadOnlyDataSeries.Name"></a>

### *property* IReadOnlyDataSeries.Name *: [str](https://docs.python.org/3/library/stdtypes.html#str) | [None](https://docs.python.org/3/library/constants.html#None)*

Gets the name of the data series.

<a id="IReadOnlyDataSeries.QuantityName"></a>

### *property* IReadOnlyDataSeries.QuantityName *: [str](https://docs.python.org/3/library/stdtypes.html#str) | [None](https://docs.python.org/3/library/constants.html#None)*

Gets the quantity name of the data series, e.g., “Length”, “Pressure”, or “Heat Flux”.

<a id="IReadOnlyDataSeries.Unit"></a>

### *property* IReadOnlyDataSeries.Unit *: [str](https://docs.python.org/3/library/stdtypes.html#str) | [None](https://docs.python.org/3/library/constants.html#None)*

Gets the string representation of the data series units, e.g., “m”, “kg m^-1 s^-2”, or “kg m^2 s^-3”.

<a id="IReadOnlyDataSeries.Values"></a>

### *property* IReadOnlyDataSeries.Values *: Collection | [None](https://docs.python.org/3/library/constants.html#None)*

Explicitly get the values of the data series.