From 49173edcef99ccb295a8fa9f80a04b17a45dd62b Mon Sep 17 00:00:00 2001 From: augustin_s Date: Tue, 20 Jul 2021 12:22:28 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b03d0b30..dea2db33 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ The core library contains Collection of (mostly) well-defined and generalized devices used at SwissFEL. -A `Device` (cf. also in the [overview scheme](#overview)) is a collection of several `Adjustables` and/or other `Devices` optionally with added methods and functionality. Again, a nicely readable `__repr__` is provided. +A `Device` (cf. also in the [overview scheme](#overview)) is a collection of several `Adjustables` and/or other `Devices` optionally with added methods and functionality. Again, a nicely readable `__repr__` is provided. The main goal is to provide folder-like namespaces to organize adjustables in meaningful hardware abstractions and allow for better discoverabilty, e.g., via ipython's autocomplete. A simple interface is the `SimpleDevice`, which combines the `Device` class with [types.SimpleNamespace](https://docs.python.org/3/library/types.html#types.SimpleNamespace). ## slic.utils