TimeToolInstantOccurrenceResult#

class ansys.stk.core.analysis_workbench.TimeToolInstantOccurrenceResult#

Contains the results returned with ITimeToolInstant.FindOccurrence method.

Overview#

is_valid

Indicate whether the result object is valid.

epoch

The epoch at which the event occurs.

Import detail#

from ansys.stk.core.analysis_workbench import TimeToolInstantOccurrenceResult

Property detail#

property TimeToolInstantOccurrenceResult.is_valid: bool#

Indicate whether the result object is valid.

property TimeToolInstantOccurrenceResult.epoch: Any#

The epoch at which the event occurs.