Skip to content
Snippets Groups Projects
Commit db830f19 authored by Alexandros Asonitis's avatar Alexandros Asonitis
Browse files

rename write command

parent d6572a91
No related branches found
No related tags found
No related merge requests found
...@@ -32,7 +32,7 @@ class hp4194(object): ...@@ -32,7 +32,7 @@ class hp4194(object):
command =self.library.at[row,"Command"] command =self.library.at[row,"Command"]
return command return command
def write_command(self,mnemonic): def write(self,mnemonic):
try: try:
command = self.__find_command(mnemonic) command = self.__find_command(mnemonic)
except Exception as e: except Exception as e:
......
Source diff could not be displayed: it is too large. Options to address this: view the blob.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment