cuda.bindings.nvml.LedState#
- class cuda.bindings.nvml.LedState#
Empty-initialize an instance of nvmlLedState_t.
See also
nvmlLedState_t
- __init__(*args, **kwargs)#
Methods
__init__(*args, **kwargs)from_buffer(buffer)Create an LedState instance with the memory from the given buffer.
from_data(data)Create an LedState instance wrapping the given NumPy array.
from_ptr(intptr_t ptr, bool readonly=False)Create an LedState instance wrapping the given pointer.
Attributes
cause(array of length 256).
colorint:
ptrGet the pointer address to the data as Python
int.