IReadOnlyDataSeries
#
- class ansys.mechanical.stubs.v241.Ansys.Mechanical.Interfaces.IReadOnlyDataSeries#
Bases:
object
IReadOnlyDataSeries interface.
Overview#
Gets the number of data points. |
|
Gets the type stored by the data series. |
|
Item property. |
|
Gets the name of the data series. |
|
Gets the quantity name of the data series, e.g., “Length”, “Pressure”, or “Heat Flux”. |
|
Gets the string representation of the data series units, e.g., “m”, “kg m^-1 s^-2”, |
|
Explicitly get the values of the data series. |
Property detail#
- property IReadOnlyDataSeries.QuantityName: str | None#
Gets the quantity name of the data series, e.g., “Length”, “Pressure”, or “Heat Flux”.