5. To define some functions to be easily called for grum.py we have a script **sensors4grum.py** in ```~/git/maloja/sensors``` (some examples already defined there). Then in the terminal you load the file:
...
...
@@ -60,7 +62,7 @@ Notes of Linux for dummies:
- ```s1.get()``` or ```s1.get_current_value()``` would give you the current value
- You can define simple functions to tbe applied to simple sensors doing: ```s1.aggregation=np.max```
- To start and stop a continuous acquisition ```s1.start()``` adn ```s1.stop()```