AccessConstraintIntervals#

class ansys.stk.core.stkobjects.AccessConstraintIntervals#

Bases: IAccessConstraint

Class defining the Intervals constraint.

Overview#

filename

Name of file containing the intervals data.

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).

intervals

Get the collection of intervals.

file_path

Full path and name of file containing the intervals data.

Import detail#

from ansys.stk.core.stkobjects import AccessConstraintIntervals

Property detail#

property AccessConstraintIntervals.filename: str#

Name of file containing the intervals data.

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.intervals: TimeIntervalCollection#

Get the collection of intervals.

property AccessConstraintIntervals.file_path: str#

Full path and name of file containing the intervals data.