Skip to content

Commit

Permalink
Fix: awg5014 missing units (#514)
Browse files Browse the repository at this point in the history
  • Loading branch information
jenshnielsen authored Mar 15, 2017
1 parent d8ff392 commit eb9ad30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qcodes/instrument_drivers/tektronix/AWG5014.py
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ def __init__(self, name, address, timeout=180, **kwargs):
self.add_parameter(
'ch{}_m{}_del'.format(i, j),
label='Channel {} Marker {} delay'.format(i, j),
units='ns',
unit='ns',
get_cmd=m_del_cmd + '?',
set_cmd=m_del_cmd + ' {:.3f}e-9',
vals=vals.Numbers(0, 1),
Expand Down

0 comments on commit eb9ad30

Please sign in to comment.