AnalysisLinkCollection#
- class ansys.stk.core.stkrfchannelmodeler.AnalysisLinkCollection#
A collection of links between transceivers.
Overview#
Import detail#
from ansys.stk.core.stkrfchannelmodeler import AnalysisLinkCollection
Property detail#
- property AnalysisLinkCollection._new_enum: EnumeratorProxy#
Return an enumerator for the collection.
Method detail#
- AnalysisLinkCollection.item(self, index: int) IAnalysisLink #
Given an index, returns the element in the collection.
- Parameters:
index :
int
- Returns:
IAnalysisLink