GpuProperties#

class ansys.stk.core.stkrfchannelmodeler.GpuProperties#

The properties of a GPU pertaining to RF Channel Modeler.

Overview#

name

Get the GPU name.

compute_capability

Get the GPU compute capability.

device_id

Get the GPU device ID.

processor_count

Get the GPU processor count.

speed_mhz

Get the GPU speed in MHz.

memory_gb

Get the GPU memory in GB.

Import detail#

from ansys.stk.core.stkrfchannelmodeler import GpuProperties

Property detail#

property GpuProperties.name: str#

Get the GPU name.

property GpuProperties.compute_capability: str#

Get the GPU compute capability.

property GpuProperties.device_id: int#

Get the GPU device ID.

property GpuProperties.processor_count: int#

Get the GPU processor count.

property GpuProperties.speed_mhz: float#

Get the GPU speed in MHz.

property GpuProperties.memory_gb: float#

Get the GPU memory in GB.