Igor language cleanup (object oriented?)
mswitkes
print graph0.fooTrace.rgb
graph0.fooTrace.rgb = (0,0,0)
graph0.bottom.standoff = 1
print wave0.note
wave0.note = "a note"
wave0.note.append("some stuff")
and so on. It's a big change, and it's probably beyond the realm of the possible, but if you don't ask...
Open the PDF manual and look at "Built-in Functions by Category" and "Built-in Operations by Category" in Volume V. This might be helpful.
Igor's help browser could also do a better job of making things easier to find. This is on the to-do list.
March 20, 2009 at 11:13 pm - Permalink
One thing that comes to my mind would be to enable Command-F (find text) for the functions and operations list (left column of the Command Help tab of the Help Browser).
March 23, 2009 at 07:07 am - Permalink