Skip to content

Commit

Permalink
Update newport_SMC100.py
Browse files Browse the repository at this point in the history
  • Loading branch information
qcha41 authored Mar 4, 2020
1 parent 80c67f1 commit 1923103
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autolab/drivers/newport_SMC100/newport_SMC100.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ def get_acceleration(self):

def get_driver_model(self):
model = []
model.append({'element':'variable','name':'position','type':str,
model.append({'element':'variable','name':'position','type':float,
'read':self.get_position,'write':self.set_position, 'help':'Initiates an absolute move.'})
return model

Expand Down

0 comments on commit 1923103

Please sign in to comment.