Skip to main content

Mechanical scripting interface

IDataSeries

Last update: 14.01.2025

class Ansys.Mechanical.Interfaces.IDataSeries

Bases: object

IDataSeries interface.

Overview

Properties

Name Description
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 : type | None

property IDataSeries.Name : str | None

Gets or sets the name of the data series.

property IDataSeries.QuantityName : str | None

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

property IDataSeries.Unit : str | 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 : Collection | None

Explicitly gets or sets the values of the data series.