herosdevices.hardware.santec.dummy
==================================

.. py:module:: herosdevices.hardware.santec.dummy

.. autoapi-nested-parse::

   Dummy SLM for testing purposes.







Module Contents
---------------

.. py:data:: log

.. py:class:: SantecDummySLM(slots: int = 32)

   Bases: :py:obj:`herosdevices.hardware.santec.template.SantecSLMTemplate`


   Dummy SLM for testing purposes.


   .. py:attribute:: images
      :value: [None, None, None, None, None, None, None, None, None, None, None, None, None, None, None, None,...



   .. py:method:: firmware_serialnumber() -> str

      Return a dummy firmware serial number.



   .. py:method:: video_mode(mode: int = 0) -> str

      Return always 'OK'. Dummy function.



   .. py:method:: push_image(slot: int, image: numpy.typing.NDArray[numpy.uint16]) -> str

      Push image data into the dummy slot and return ok.



   .. py:method:: contrast_level(value: int) -> str

      Return always 'OK'. Dummy function.



   .. py:method:: display_slot(slot: int = 1) -> str

      Return always 'OK'. Dummy function.



