:orphan: WSx === **From:** `HighFinesse GmbH `_ **Class:** :py:class:`herosdevices.hardware.highfinesse.wsx.WSx` **Driver Quality Index:** beta A Highfinesse WSx series wavelength meter. Tested with WS6 and WS7. Hardware driver to communicate with a High Finesse WSx Wavemeter via the DLL in present in Windows systems with the vendor software installed. .. tabs:: .. tab:: Arguments Bold arguments are mandatory. For more information on the listed arguments refer to the class documentation: :py:class:`herosdevices.hardware.highfinesse.wsx.WSx` If parameters appear in this list but not in the class definition, please recursively check the linked base classes for the definition of the parameter. .. list-table:: :widths: 50 50 50 100 :header-rows: 1 * - Argument - Type - Default Value - Description * - dll_path - - C:\Windows\System32\wlmData.dll - * - wavemeter_index - - 0 - * - channels - - (0, 1, 2, 3, 4, 5, 6, 7) - .. tab:: Example JSON for BOSS The following JSON strings can be used to start a HERO device representation of :py:class:`WSx ` using `BOSS `_. .. code-block:: json { "_id": "my_WSx", "classname": "herosdevices.hardware.highfinesse.wsx.WSx", "arguments": { "dll_path": "C:\\Windows\\System32\\wlmData.dll", "wavemeter_index": 0, "channels": [ 0, 1, 2, 3, 4, 5, 6, 7 ] } } :sup:`generated from signature` .. tab:: Inheritance .. inheritance-diagram:: herosdevices.hardware.highfinesse.wsx.WSx