Propagator11ParametersDescriptorCollection#
- class ansys.stk.core.stkobjects.Propagator11ParametersDescriptorCollection#
A collection of 11-Parameter files.
Overview#
Add a new element to the collection. |
|
Add multiple files to the collection. |
|
Given an index, returns an element in the collection. |
|
Remove all elements from the collection. |
|
Remove an element from the collection using specified index. |
Import detail#
from ansys.stk.core.stkobjects import Propagator11ParametersDescriptorCollection
Property detail#
- property Propagator11ParametersDescriptorCollection._new_enum: EnumeratorProxy#
Return an enumerator that can iterate through the collection.
Method detail#
- Propagator11ParametersDescriptorCollection.add(self, file_path: str) Propagator11ParametersDescriptor #
Add a new element to the collection.
- Parameters:
file_path :
str
- Returns:
Propagator11ParametersDescriptor
- Propagator11ParametersDescriptorCollection.add_from_array(self, array_of_files: list) None #
Add multiple files to the collection.
- Propagator11ParametersDescriptorCollection.item(self, index: int) Propagator11ParametersDescriptor #
Given an index, returns an element in the collection.
- Parameters:
index :
int
- Returns:
Propagator11ParametersDescriptor