IAnalysisConfigurationModel#

class ansys.stk.core.stkrfchannelmodeler.IAnalysisConfigurationModel#

Base interface for all analysis configuration models.

Overview#

type

Get the analysis configuration model type.

scene_contributor_collection

Get the collection of scene contributors.

link_count

Get the link count.

validate_configuration

Validate whether or not the configuration is ready to run.

validate_platform_facets

Validate the configuration platforms which provide facets are configured properly.

interval_start

Get or set the interval start time.

interval_stop

Get or set the interval stop time.

compute_step_mode

Get or set the compute step mode.

fixed_step_count

Get or set the step count.

fixed_step_size

Get or set the step size.

results_file_mode

Get or set the results file mode.

use_scenario_analysis_interval

Get or set whether or not to use the scenario analysis interval.

hide_incompatible_tilesets

Get or set the show all tilesets indicator.

supported_facet_tilesets

Get an array of available facet tilesets.

facet_tileset_collection

Get the collection of facet tilesets.

analysis_extent

Get the facet tileset extent.

Import detail#

from ansys.stk.core.stkrfchannelmodeler import IAnalysisConfigurationModel

Property detail#

property IAnalysisConfigurationModel.type: AnalysisConfigurationModelType#

Get the analysis configuration model type.

property IAnalysisConfigurationModel.scene_contributor_collection: ISceneContributorCollection#

Get the collection of scene contributors.

Get the link count.

property IAnalysisConfigurationModel.validate_configuration: ValidationResponse#

Validate whether or not the configuration is ready to run.

property IAnalysisConfigurationModel.validate_platform_facets: ValidationResponse#

Validate the configuration platforms which provide facets are configured properly.

property IAnalysisConfigurationModel.interval_start: float#

Get or set the interval start time.

property IAnalysisConfigurationModel.interval_stop: float#

Get or set the interval stop time.

property IAnalysisConfigurationModel.compute_step_mode: AnalysisConfigurationComputeStepMode#

Get or set the compute step mode.

property IAnalysisConfigurationModel.fixed_step_count: int#

Get or set the step count.

property IAnalysisConfigurationModel.fixed_step_size: float#

Get or set the step size.

property IAnalysisConfigurationModel.results_file_mode: AnalysisResultsFileMode#

Get or set the results file mode.

property IAnalysisConfigurationModel.use_scenario_analysis_interval: bool#

Get or set whether or not to use the scenario analysis interval.

property IAnalysisConfigurationModel.hide_incompatible_tilesets: bool#

Get or set the show all tilesets indicator.

property IAnalysisConfigurationModel.supported_facet_tilesets: list#

Get an array of available facet tilesets.

property IAnalysisConfigurationModel.facet_tileset_collection: FacetTilesetCollection#

Get the collection of facet tilesets.

property IAnalysisConfigurationModel.analysis_extent: Extent#

Get the facet tileset extent.