hello sirjee,
i have read You solution for handling of events from CANoe in python.
I've implemented and its work correctly when I waiting in a msgbox (0,
"Finished the Test", "Info", 16).
I will implement it in a loop with a sleep time. The standard python
function of the sleep blocks the actu
On Aug 1, 2:22 pm, sirjee wrote:
> hello;
>
> i m facing a problem in handling events on change of value of
> environment variable in a toolCANoe.
>
> class CANoeEvents:
> def OnChange(self,value):
> print "value of environment variable has changed"
> def OnOpen(self,App):
>