STKRFChannelModeler#

class ansys.stk.core.stkrfchannelmodeler.STKRFChannelModeler#

The main RF Channel Modeler object.

Overview#

duplicate_transceiver

Duplicates a transceiver instance.

duplicate_analysis_configuration

Duplicates an analysis configuration instance.

set_gpu_devices

Set the desired GPU device IDs

construct_analysis

Construct an Analysis for an analysis configuration.

validate_analysis

Validate an analysis configuration.

transceiver_collection

Get the collection of transceiver objects.

analysis_configuration_collection

Get the collection of analysis configurations.

supported_materials

Get the supported tileset materials

default_materials

Get the default tileset materials

compute_options

Get the compute options.

supported_gpu_properties_list

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.supported_materials: list#

Get the supported tileset materials

property STKRFChannelModeler.default_materials: list#

Get the default tileset materials

property STKRFChannelModeler.compute_options: ComputeOptions#

Get the compute options.

property STKRFChannelModeler.supported_gpu_properties_list: list#

Get the GPU properties list.

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

Parameters:

gpu_device_ids : list

Returns:

None

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