ThrusterSetCollection#
- class ansys.stk.core.stkobjects.astrogator.ThrusterSetCollection#
Thruster Set Collection.
Overview#
Iterate through the collection. |
|
Add a new thruster. |
|
Remove a specified thruster. |
|
Remove all thrusters. |
|
Copy a thruster to the clipboard and removes the thruster from the list. |
|
Pastes a thruster from the clipboard into the list. |
|
Copy a thruster and inserts the copy into the list. |
|
Retrieve a thruster from the collection by index. |
|
Retrieve a thruster from the collection by name. |
Import detail#
from ansys.stk.core.stkobjects.astrogator import ThrusterSetCollection
Property detail#
- property ThrusterSetCollection._new_enum: EnumeratorProxy#
A property that allows you to enumerate through the collection.
Method detail#
- ThrusterSetCollection.item(self, index_or_name: Any) Thruster #
Iterate through the collection.
- Parameters:
index_or_name :
Any
- Returns:
Thruster
- ThrusterSetCollection.add(self, thruster_name: str) Thruster #
Add a new thruster.
- Parameters:
thruster_name :
str
- Returns:
Thruster
- ThrusterSetCollection.cut(self, index_or_name: Any) None #
Copy a thruster to the clipboard and removes the thruster from the list.
- ThrusterSetCollection.paste(self) Thruster #
Pastes a thruster from the clipboard into the list.
- Returns:
Thruster
- ThrusterSetCollection.insert_copy(self, thruster: Thruster) Thruster #
Copy a thruster and inserts the copy into the list.
- Parameters:
thruster :
Thruster
- Returns:
Thruster