Analysis#

class ansys.stk.core.stkrfchannelmodeler.Analysis#

An RF Channel Modeler analysis.

Overview#

terminate

Terminate the analysis and free resources. Calls to the Compute method of any IAnalysisLink instance, obtained from this analysis instance, after calling terminate, will fail.

analysis_link_collection

Get the analysis link collection.

Import detail#

from ansys.stk.core.stkrfchannelmodeler import Analysis

Property detail#

Get the analysis link collection.

Method detail#

Analysis.terminate(self) None#

Terminate the analysis and free resources. Calls to the Compute method of any IAnalysisLink instance, obtained from this analysis instance, after calling terminate, will fail.

Returns:

None