added numpy and sequences
This commit is contained in:
@ -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.
|
Reference in New Issue
Block a user