:orphan:
WLM871 (Ethernet)
=================
**From:** `bristol `_
**Class:** :py:class:`herosdevices.hardware.bristol.wlm.WLM871`
**Driver Quality Index:** beta
Controller for the Bristol Instruments 871A Laser Wavelength Meter with **network** interface.
.. tab-set::
.. tab-item:: Arguments
Bold arguments are mandatory. For more information on the listed arguments refer to the class documentation: :py:class:`herosdevices.hardware.bristol.wlm.WLM871` 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
* - **address**
- ****
-
-
* - pid_module
-
- False
-
* - timeout
-
- 1.0
-
.. tab-item:: Example JSON for BOSS
The following JSON strings can be used to start a HERO device representation of :py:class:`WLM871 ` using `BOSS `_.
.. code-block:: json
{
"_id": "my_WLM871",
"classname": "herosdevices.hardware.bristol.wlm.WLM871",
"arguments": {
"address": "",
"pid_module": false,
"timeout": 1.0
}
}
:sup:`generated from signature`
.. tab-item:: Inheritance
.. inheritance-diagram:: herosdevices.hardware.bristol.wlm.WLM871