added numpy and sequences

This commit is contained in:
2021-04-06 17:52:29 +02:00
parent 3add9b35f0
commit 31691f22c3

View File

@ -39,5 +39,5 @@ with MorIOC("mtest") as mor:
sleep(0.5)
```
- PV's data type is inferred from the value
- Currently only supports scalar. Will add numpy arrays next...
- PV's data type is inferred from the value.
- Currently supports Python scalars (int, float, str), sequences (lists, tuples, etc.) as well as numpy arrays and scalars.