AnalysisLinkCollection#

class ansys.stk.core.stkrfchannelmodeler.AnalysisLinkCollection#

A collection of links between transceivers.

Overview#

item

Given an index, returns the element in the collection.

count

Return the number of elements in the collection.

_new_enum

Return an enumerator for the collection.

Import detail#

from ansys.stk.core.stkrfchannelmodeler import AnalysisLinkCollection

Property detail#

property AnalysisLinkCollection.count: int#

Return the number of elements in the collection.

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