IReadOnlyDataSeries#

class ansys.mechanical.stubs.v241.Ansys.Mechanical.Interfaces.IReadOnlyDataSeries#

Bases: object

IReadOnlyDataSeries interface.

Overview#

Item

Item property.

Count

Gets the number of data points.

DataType

Gets the type stored by the data series.

Name

Gets the name of the data series.

QuantityName

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

Unit

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

Values

Explicitly get the values of the data series.

Property detail#

property IReadOnlyDataSeries.Item: System.Object | None

Item property.

property IReadOnlyDataSeries.Count: System.Int32 | None

Gets the number of data points.

property IReadOnlyDataSeries.DataType: System.Type | None

Gets the type stored by the data series.

property IReadOnlyDataSeries.Name: System.String | None

Gets the name of the data series.

property IReadOnlyDataSeries.QuantityName: System.String | None

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

property IReadOnlyDataSeries.Unit: System.String | None

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

property IReadOnlyDataSeries.Values: System.Collections.ICollection | None

Explicitly get the values of the data series.