GpuProperties ============= .. py:class:: ansys.stk.core.stkrfchannelmodeler.GpuProperties The properties of a GPU pertaining to RF Channel Modeler. .. py:currentmodule:: GpuProperties Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkrfchannelmodeler.GpuProperties.name` - Get the GPU name. * - :py:attr:`~ansys.stk.core.stkrfchannelmodeler.GpuProperties.compute_capability` - Get the GPU compute capability. * - :py:attr:`~ansys.stk.core.stkrfchannelmodeler.GpuProperties.device_id` - Get the GPU device ID. * - :py:attr:`~ansys.stk.core.stkrfchannelmodeler.GpuProperties.processor_count` - Get the GPU processor count. * - :py:attr:`~ansys.stk.core.stkrfchannelmodeler.GpuProperties.speed_mhz` - Get the GPU speed in MHz. * - :py:attr:`~ansys.stk.core.stkrfchannelmodeler.GpuProperties.memory_gb` - Get the GPU memory in GB. Import detail ------------- .. code-block:: python from ansys.stk.core.stkrfchannelmodeler import GpuProperties Property detail --------------- .. py:property:: name :canonical: ansys.stk.core.stkrfchannelmodeler.GpuProperties.name :type: str Get the GPU name. .. py:property:: compute_capability :canonical: ansys.stk.core.stkrfchannelmodeler.GpuProperties.compute_capability :type: str Get the GPU compute capability. .. py:property:: device_id :canonical: ansys.stk.core.stkrfchannelmodeler.GpuProperties.device_id :type: int Get the GPU device ID. .. py:property:: processor_count :canonical: ansys.stk.core.stkrfchannelmodeler.GpuProperties.processor_count :type: int Get the GPU processor count. .. py:property:: speed_mhz :canonical: ansys.stk.core.stkrfchannelmodeler.GpuProperties.speed_mhz :type: float Get the GPU speed in MHz. .. py:property:: memory_gb :canonical: ansys.stk.core.stkrfchannelmodeler.GpuProperties.memory_gb :type: float Get the GPU memory in GB.