ReadOnlyDataSeriesAdapter#

class ansys.mechanical.stubs.v242.Ansys.Mechanical.DataModel.Utilities.TabularData.ReadOnlyDataSeriesAdapter(potentialDataSeries: Any)#

Bases: object

Exposes any Data Series instance through the interface.

Overview#

Equals

Equals method.

GetEnumerator

GetHashCode

GetHashCode method.

GetType

GetType method.

ToString

ToString method.

Property detail#

property ReadOnlyDataSeriesAdapter.Count: int | None#
property ReadOnlyDataSeriesAdapter.DataType: type | None#
property ReadOnlyDataSeriesAdapter.Item: Any | None#

Item property.

property ReadOnlyDataSeriesAdapter.Name: str | None#
property ReadOnlyDataSeriesAdapter.QuantityName: str | None#
property ReadOnlyDataSeriesAdapter.Unit: str | None#
property ReadOnlyDataSeriesAdapter.Values: Collection | None#

Method detail#

ReadOnlyDataSeriesAdapter.Equals(obj: Any) bool#

Equals method.

ReadOnlyDataSeriesAdapter.GetEnumerator() Iterator#
ReadOnlyDataSeriesAdapter.GetHashCode() int#

GetHashCode method.

ReadOnlyDataSeriesAdapter.GetType() type#

GetType method.

ReadOnlyDataSeriesAdapter.ToString() str#

ToString method.