Skip to content
Snippets Groups Projects
Commit f8296f4f authored by Michael DM Dryden's avatar Michael DM Dryden
Browse files

Fix DPV parameters
parent a7ea0226
Branches
Tags
1 merge request!12Python 3 Support
......@@ -182,13 +182,13 @@ class DPVExp(SWVExp):
self.commands[2] += str(int(
int(self.parameters['step'])/
self.re_voltage_scale*
(65536./3000)+32768
(65536./3000)
))
self.commands[2] += " "
self.commands[2] += str(int(
int(self.parameters['pulse'])/
self.re_voltage_scale*
(65536./3000)+32768
(65536./3000)
))
self.commands[2] += " "
self.commands[2] += str(self.parameters['period'])
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment