TimeToolTimeArrayFindTimesResult#

class ansys.stk.core.analysis_workbench.TimeToolTimeArrayFindTimesResult#

Return a collection of intervals and an array of times.

Overview#

is_valid

Indicate whether the result object is valid.

intervals

A collection of found intervals.

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.is_valid: bool#

Indicate whether the result object is valid.

property TimeToolTimeArrayFindTimesResult.intervals: TimeToolIntervalCollection#

A collection of found intervals.

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.