IAnalysisConfigurationModel#
- class ansys.stk.core.stkrfchannelmodeler.IAnalysisConfigurationModel#
Base interface for all analysis configuration models.
Overview#
Get the analysis configuration model type. |
|
Get the collection of scene contributors. |
|
Get the link count. |
|
Validate whether or not the configuration is ready to run. |
|
Validate the configuration platforms which provide facets are configured properly. |
|
Get or set the interval start time. |
|
Get or set the interval stop time. |
|
Get or set the compute step mode. |
|
Get or set the step count. |
|
Get or set the step size. |
|
Get or set the results file mode. |
|
Get or set whether or not to use the scenario analysis interval. |
|
Get or set the show all tilesets indicator. |
|
Get an array of available facet tilesets. |
|
Get the collection of facet tilesets. |
|
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.
- 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.compute_step_mode: AnalysisConfigurationComputeStepMode#
Get or set the compute step mode.
- 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.