cuda.bindings.nvml.UnitFanSpeeds#

class cuda.bindings.nvml.UnitFanSpeeds#

Empty-initialize an instance of nvmlUnitFanSpeeds_t.

See also

nvmlUnitFanSpeeds_t

__init__(*args, **kwargs)#

Methods

__init__(*args, **kwargs)

from_buffer(buffer)

Create an UnitFanSpeeds instance with the memory from the given buffer.

from_data(data)

Create an UnitFanSpeeds instance wrapping the given NumPy array.

from_ptr(intptr_t ptr, bool readonly=False)

Create an UnitFanSpeeds instance wrapping the given pointer.

Attributes

count

int:

fans

UnitFanInfo:

ptr

Get the pointer address to the data as Python int.