I have a procedure called Set_class_title procedure( _set_class_title(t_open) dc=axlDBGetDesign()->prop->DESIGN_CLASS axlSetVariable("DESIGN_CLASS" dc) );end proc I want it to run every time I open a new PCB file in Allegro I have placed the line axlTriggerSet('open 'set_class_title) in my allegro.ilinit file When I run Allegro I get an error W- *WARNING* Symbol set_class_title is not a function. Any thoughts Thanks in advance
↧