AttitudeScheduleTimesCollection#

class ansys.stk.core.stkobjects.AttitudeScheduleTimesCollection#

List of scheduled accesses.

Overview#

item

Given an index, returns an element in the collection.

remove_at

Remove an element from the collection using specified index.

remove_all

Remove all elements from the collection.

add

Add a new element to the collection.

count

Return the number of elements in a collection.

_new_enum

Return an enumerator that can iterate through the collection.

available_targets

Return a list of available targets.

Import detail#

from ansys.stk.core.stkobjects import AttitudeScheduleTimesCollection

Property detail#

property AttitudeScheduleTimesCollection.count: int#

Return the number of elements in a collection.

property AttitudeScheduleTimesCollection._new_enum: EnumeratorProxy#

Return an enumerator that can iterate through the collection.

property AttitudeScheduleTimesCollection.available_targets: list#

Return a list of available targets.

Method detail#

AttitudeScheduleTimesCollection.item(self, index: int) AttitudeScheduleTimesElement#

Given an index, returns an element in the collection.

Parameters:

index : int

Returns:

AttitudeScheduleTimesElement

AttitudeScheduleTimesCollection.remove_at(self, index: int) None#

Remove an element from the collection using specified index.

Parameters:

index : int

Returns:

None

AttitudeScheduleTimesCollection.remove_all(self) None#

Remove all elements from the collection.

Returns:

None

AttitudeScheduleTimesCollection.add(self, target_path: str) AttitudeScheduleTimesElement#

Add a new element to the collection.

Parameters:

target_path : str

Returns:

AttitudeScheduleTimesElement