DataProviderResultTimeVaryingExtremumResult#

class ansys.stk.core.stkobjects.DataProviderResultTimeVaryingExtremumResult#

Results returned by time varying extremum computation.

Overview#

value

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

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.

Import detail#

from ansys.stk.core.stkobjects import DataProviderResultTimeVaryingExtremumResult

Property detail#

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.

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.