The file tango_tools.ipf has an error.
It is fixed by the following patch:
$ diff tango_tools.ipf*
--- tango_tools.ipf Thu Apr 16 16:07:26 2015
+++ tango_tools.ipf.new Thu Apr 16 16:33:30 2015
@@ -786,7 +786,7 @@
if (strlen(wname) == 0)
break
endif
- if (type >= 0 && WaveType(wname) == type)
+ if (type >= 0 && WaveType($wname) == type)
list += GetDataFolder(1) + wname + ";"
endif
i += 1
Fixed upstream already. See https://github.com/tango-controls/igorpro-binding/blob/master/iproc/tango_tools.ipf
Please close.