mirror of
https://github.com/dptech-corp/Uni-Lab-OS.git
synced 2025-12-17 13:01:12 +00:00
Correct runze multiple backbone
This commit is contained in:
@@ -170,7 +170,7 @@ class RunzeMultiplePump:
|
|||||||
raise RunzeSyringePumpConnectionError("Connection is closing")
|
raise RunzeSyringePumpConnectionError("Connection is closing")
|
||||||
|
|
||||||
run = "R" if "?" not in command else ""
|
run = "R" if "?" not in command else ""
|
||||||
full_command = f"/{address}{command}{run}\r\n"
|
full_command = f"/{address}{command}{run}\r\n" # \r\n should direct use, not \\r\\n
|
||||||
|
|
||||||
output = self.send_command(full_command)[3:-3]
|
output = self.send_command(full_command)[3:-3]
|
||||||
return output
|
return output
|
||||||
|
|||||||
Reference in New Issue
Block a user