File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
"""
2
- ICS NeoVi interface module.
2
+ Intrepid Control Systems ( ICS) neoVI interface module.
3
3
4
4
python-ics is a Python wrapper around the API provided by Intrepid Control
5
- Systems for communicating with their NeoVI range of devices.
5
+ Systems for communicating with their neoVI range of devices.
6
6
7
7
Implementation references:
8
8
* https://github.com/intrepidcs/python_ics
30
30
import ics
31
31
except ImportError as ie :
32
32
logger .warning (
33
- "You won't be able to use the ICS NeoVi can backend without the "
33
+ "You won't be able to use the ICS neoVI can backend without the "
34
34
"python-ics module installed!: %s" ,
35
35
ie ,
36
36
)
42
42
except ImportError as ie :
43
43
44
44
logger .warning (
45
- "Using ICS NeoVi can backend without the "
45
+ "Using ICS neoVI can backend without the "
46
46
"filelock module installed may cause some issues!: %s" ,
47
47
ie ,
48
48
)
Original file line number Diff line number Diff line change 1
- NEOVI Interface
2
- ==================
1
+ neoVI
2
+ =====
3
3
4
4
.. warning ::
5
5
6
- This ``ICS NeoVI `` documentation is a work in progress. Feedback and revisions
6
+ This ``ICS neoVI `` documentation is a work in progress. Feedback and revisions
7
7
are most welcome!
8
8
9
9
@@ -14,7 +14,7 @@ wrapper on Windows.
14
14
15
15
Installation
16
16
------------
17
- This neovi interface requires the installation of the ICS neoVI DLL and python-ics
17
+ This neoVI interface requires the installation of the ICS neoVI DLL and python-ics
18
18
package.
19
19
20
20
- Download and install the Intrepid Product Drivers
You can’t perform that action at this time.
0 commit comments