IDataSeries#

class ansys.mechanical.stubs.v242.Ansys.Mechanical.Interfaces.IDataSeries#

Bases: object

IDataSeries interface.

Overview#

DataType

Name

Gets or sets the name of the data series.

QuantityName

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

Unit

Gets or sets a string representation of the data series units, e.g., “m”,

Values

Explicitly gets or sets the values of the data series.

Property detail#

property IDataSeries.DataType: System.Type | None
property IDataSeries.Name: System.String | None

Gets or sets the name of the data series.

property IDataSeries.QuantityName: System.String | None

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

property IDataSeries.Unit: System.String | None

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

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

Explicitly gets or sets the values of the data series.