Skip to content
Snippets Groups Projects
Commit c2bf1ea5 authored by jmcchesn's avatar jmcchesn
Browse files

debug

parent f12b3f0d
No related branches found
No related tags found
No related merge requests found
......@@ -96,7 +96,7 @@ def diagnostics_sp_read(diag_name,preset_name):
def _diagnostics_sp_write(diag_name,preset_name,val):
pv = _diagnostics_preset_pv(diag_name,preset_name)
#need to make this an input question, are you sure?
print('caput(+'pv+'_Setpoint.VAL,'+str(val)+')'
print('caput('+pv+'_Setpoint.VAL,'+str(val)+')'
##############################################################################################################
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment