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