Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Tammo Jan Dijkema
HPIB
Commits
abe68804
Commit
abe68804
authored
Apr 13, 2018
by
Tammo Jan Dijkema
Browse files
Fix forgotten rename LocalOscillator
parent
3de70056
Changes
2
Hide whitespace changes
Inline
Side-by-side
camrasdevices.py
View file @
abe68804
...
...
@@ -33,7 +33,7 @@ class LocalOscillator(CamrasHpibDevice):
"""Wrapper around HPIB commands for the local oscillator"""
def
__init__
(
self
):
super
(
L
O
,
self
).
__init__
(
28
)
super
(
L
ocalOscillator
,
self
).
__init__
(
28
)
class
SignalGenerator
(
CamrasHpibDevice
):
"""Wrapper around HPIB commands for the signal generator"""
...
...
setup.py
View file @
abe68804
...
...
@@ -9,7 +9,7 @@ meta = dict(name='hpib',
description
=
'Controlling HPIB-software in the CAMRAS Dwingeloo Radio Telescope'
,
platforms
=
'Linux, Mac OSX'
,
py_modules
=
[
'hpib'
,
'camrasdevices'
],
install_requires
=
[]
install_requires
=
[
'pyserial'
]
)
setup
(
**
meta
)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment