AnalysisConfiguration#

class ansys.stk.core.stkrfchannelmodeler.AnalysisConfiguration#

The configuration for an analysis.

Overview#

name

Get or set the configuration name.

description

Get or set the configuration description.

supported_central_bodies

Get an array of available central bodies.

central_body_name

Get the configured central body name.

model

Get the analysis configuration model.

Import detail#

from ansys.stk.core.stkrfchannelmodeler import AnalysisConfiguration

Property detail#

property AnalysisConfiguration.name: str#

Get or set the configuration name.

property AnalysisConfiguration.description: str#

Get or set the configuration description.

property AnalysisConfiguration.supported_central_bodies: list#

Get an array of available central bodies.

property AnalysisConfiguration.central_body_name: str#

Get the configured central body name.

property AnalysisConfiguration.model: IAnalysisConfigurationModel#

Get the analysis configuration model.