DataProviderResultTimeVaryingExtremumResult#

class ansys.stk.core.stkobjects.DataProviderResultTimeVaryingExtremumResult#

Results returned by time varying extremum computation.

Overview#

time

Get the time when the value occurred. Use this time with the Exec methods to retrieve other element values when the statistics occurred. Uses DateFormat Dimension.

value

Value of the time varying extremum computed. Uses the dimension of the data set used to compute the time varying extremum.

Import detail#

from ansys.stk.core.stkobjects import DataProviderResultTimeVaryingExtremumResult

Property detail#

property DataProviderResultTimeVaryingExtremumResult.time: Any#

Get the time when the value occurred. Use this time with the Exec methods to retrieve other element values when the statistics occurred. Uses DateFormat Dimension.

property DataProviderResultTimeVaryingExtremumResult.value: float#

Value of the time varying extremum computed. Uses the dimension of the data set used to compute the time varying extremum.