STKRFChannelModeler#
- class ansys.stk.core.stkrfchannelmodeler.STKRFChannelModeler#
The main RF Channel Modeler object.
Overview#
Duplicates a transceiver instance. |
|
Duplicates an analysis configuration instance. |
|
Set the desired GPU device IDs |
|
Construct an Analysis for an analysis configuration. |
|
Validate an analysis configuration. |
Get the collection of transceiver objects. |
|
Get the collection of analysis configurations. |
|
Get the supported tileset materials |
|
Get the default tileset materials |
|
Get the compute options. |
|
Get the GPU properties list. |
Import detail#
from ansys.stk.core.stkrfchannelmodeler import STKRFChannelModeler
Property detail#
- property STKRFChannelModeler.transceiver_collection: TransceiverCollection#
Get the collection of transceiver objects.
- property STKRFChannelModeler.analysis_configuration_collection: AnalysisConfigurationCollection#
Get the collection of analysis configurations.
- property STKRFChannelModeler.compute_options: ComputeOptions#
Get the compute options.
Method detail#
- STKRFChannelModeler.duplicate_transceiver(self, transceiver: Transceiver) Transceiver #
Duplicates a transceiver instance.
- Parameters:
transceiver :
Transceiver
- Returns:
Transceiver
- STKRFChannelModeler.duplicate_analysis_configuration(self, analysis_configuration: AnalysisConfiguration) AnalysisConfiguration #
Duplicates an analysis configuration instance.
- Parameters:
analysis_configuration :
AnalysisConfiguration
- Returns:
AnalysisConfiguration
- STKRFChannelModeler.set_gpu_devices(self, gpu_device_ids: list) None #
Set the desired GPU device IDs
- STKRFChannelModeler.construct_analysis(self, analysis_configuration_name: str) Analysis #
Construct an Analysis for an analysis configuration.
- Parameters:
analysis_configuration_name :
str
- Returns:
Analysis
- STKRFChannelModeler.validate_analysis(self, analysis_configuration_name: str) ValidationResponse #
Validate an analysis configuration.
- Parameters:
analysis_configuration_name :
str
- Returns:
ValidationResponse