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._new_enum: EnumeratorProxy#
Return an enumerator for the collection.
Method detail#
- TransferFunctionPolynomialCollection.insert_at(self, index: int, coefficient: float) None #
Insert a new coefficient at the supplied index.