Skip to content

Commit

Permalink
change default hold_after_set to True (#835)
Browse files Browse the repository at this point in the history
  • Loading branch information
jenshnielsen authored and Dominik-Vogel committed Oct 31, 2017
1 parent 0cd61ac commit bb025d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qcodes/instrument_drivers/oxford/mercuryiPS.py
Expand Up @@ -82,7 +82,7 @@ def __init__(self, name, address=None, port=7020, axes=None, **kwargs):
self.add_parameter('hold_after_set',
get_cmd=None, set_cmd=None,
vals=Bool(),
initial_value=False,
initial_value=True,
docstring='Should the driver block while waiting for the Magnet power supply '
'to go into hold mode.'
)
Expand Down

0 comments on commit bb025d1

Please sign in to comment.