TimeToolInstantOccurrenceResult#

class ansys.stk.core.analysis_workbench.TimeToolInstantOccurrenceResult#

Contains the results returned with ITimeToolInstant.FindOccurrence method.

Overview#

epoch

The epoch at which the event occurs.

is_valid

Indicate whether the result object is valid.

Import detail#

from ansys.stk.core.analysis_workbench import TimeToolInstantOccurrenceResult

Property detail#

property TimeToolInstantOccurrenceResult.epoch: Any#

The epoch at which the event occurs.

property TimeToolInstantOccurrenceResult.is_valid: bool#

Indicate whether the result object is valid.