add pty-gpib-emulator from github
This commit is contained in:
12
pty-gpib-emulator/python/fake_prologix.py
Executable file
12
pty-gpib-emulator/python/fake_prologix.py
Executable file
@@ -0,0 +1,12 @@
|
||||
#!/usr/bin/python
|
||||
|
||||
import PTY_Interface
|
||||
import PowerSupply
|
||||
|
||||
pty = PTY_Interface.Interface()
|
||||
pty.addDevice(PowerSupply.PowerSupply(), 5)
|
||||
pty.addDevice(PowerSupply.E3631A(), 3)
|
||||
|
||||
pty.printFilename()
|
||||
pty.run()
|
||||
|
||||
Reference in New Issue
Block a user