TimeToolTimeArrayFindTimesResult#

class ansys.stk.core.analysis_workbench.TimeToolTimeArrayFindTimesResult#

Return a collection of intervals and an array of times.

Overview#

intervals

A collection of found intervals.

is_valid

Indicate whether the result object is valid.

start

The start time of the entire interval span.

stop

The stop time of the entire interval span.

times

An array of found times.

Import detail#

from ansys.stk.core.analysis_workbench import TimeToolTimeArrayFindTimesResult

Property detail#

property TimeToolTimeArrayFindTimesResult.intervals: TimeToolIntervalCollection#

A collection of found intervals.

property TimeToolTimeArrayFindTimesResult.is_valid: bool#

Indicate whether the result object is valid.

property TimeToolTimeArrayFindTimesResult.start: Any#

The start time of the entire interval span.

property TimeToolTimeArrayFindTimesResult.stop: Any#

The stop time of the entire interval span.

property TimeToolTimeArrayFindTimesResult.times: list#

An array of found times.