API¶
IOC¶
|
Base class for the Fluke985 IOC. |
Functions¶
-
fluke_985.
create_ioc
(prefix: str, *, host: str, autosave: str, **ioc_options) → fluke_985.ioc.Fluke985Base[source]¶ Create a new Fluke 985 IOC.
- Parameters
- prefixstr
The IOC prefix.
- hoststr
IP or hostname of the Fluke 985 to connect to.
- autosavestr or pathlib.Path
Path for autosave settings (JSON format).
- **ioc_options :
Passed to Fluke985Base().
- Returns
- iocFluke985Main
IOC instance.