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
auke.klazema
HPIB
Commits
433bb897
Commit
433bb897
authored
Feb 16, 2018
by
auke.klazema
Browse files
fixed instance naming issue
parent
f23b9ca7
Changes
1
Hide whitespace changes
Inline
Side-by-side
hpib.py
View file @
433bb897
...
@@ -117,7 +117,7 @@ class hpib_device():
...
@@ -117,7 +117,7 @@ class hpib_device():
self
.
_port
=
port
self
.
_port
=
port
self
.
_keepLocal
=
keepLocal
self
.
_keepLocal
=
keepLocal
self
.
_pause
=
pause
self
.
_pause
=
pause
def
keepRemote
(
this
,
keepRemote
=
False
):
def
keepRemote
(
self
,
keepRemote
=
False
):
self
.
_keepLocal
=
not
keepRemote
self
.
_keepLocal
=
not
keepRemote
def
setLocal
(
self
,
set2Local
=
True
):
def
setLocal
(
self
,
set2Local
=
True
):
if
set2Local
:
if
set2Local
:
...
...
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