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
Hi,
I want know how can I control Canoe tool from Python. I want to use Python as
the mediator for linking CANoe and Matlab.
Please give me some inputs regarding this.
Thanks & Regards
Nadhiya.A
Larsen & Toubro Limited
www.larsentoubro.com
This Email may contain confidential or privileged in
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):
>
hello;
i m facing a problem in handling events on change of value of
environment variable in a tool CANoe.
class CANoeEvents:
def OnChange(self,value):
print "value of environment variable has changed"
def OnOpen(self,App):
print "opening Application"
App_Event = Dispatch