AccessConstraintIntervals#

class ansys.stk.core.stkobjects.AccessConstraintIntervals#

Bases: IAccessConstraint

Class defining the Intervals constraint.

Overview#

action_type

Do not use this property, as it is deprecated. Use ExclIntvl instead to determine whether intervals are to be excluded or not. The action type (include or exclude).

file_path

Full path and name of file containing the intervals data.

filename

Name of file containing the intervals data.

intervals

Get the collection of intervals.

Import detail#

from ansys.stk.core.stkobjects import AccessConstraintIntervals

Property detail#

property AccessConstraintIntervals.action_type: ActionType#

Do not use this property, as it is deprecated. Use ExclIntvl instead to determine whether intervals are to be excluded or not. The action type (include or exclude).

property AccessConstraintIntervals.file_path: str#

Full path and name of file containing the intervals data.

property AccessConstraintIntervals.filename: str#

Name of file containing the intervals data.

property AccessConstraintIntervals.intervals: TimeIntervalCollection#

Get the collection of intervals.