TransferFunctionPolynomialCollection#
- class ansys.stk.core.stkobjects.TransferFunctionPolynomialCollection#
Class defining a collection of polynomial coefficients.
Overview#
Import detail#
from ansys.stk.core.stkobjects import TransferFunctionPolynomialCollection
Property detail#
- property TransferFunctionPolynomialCollection.count: int#
Return the number of elements in the collection.
- property TransferFunctionPolynomialCollection._new_enum: EnumeratorProxy#
Return an enumerator for the collection.
Method detail#
- TransferFunctionPolynomialCollection.item(self, index: int) float #
Given an index, returns the element in the collection.
- TransferFunctionPolynomialCollection.remove_at(self, index: int) None #
Remove the complex value with the supplied index.