Call CAPL function from Python
问题 I'm working on CANalyzer and I can't find how to call a CAPL function wich contains a parameter. If I put num in functions_call.Call(num) it doesn't work. def call(num): print 'calling from CAN' x=int(num) functions_call.Call() return 1 回答1: I ran into a similar problem a while back and some Googling led me to the following application note by Vector: http://vector.com/portal/medien/cmc/application_notes/AN-AND-1-117_CANoe_CANalyzer_as_a_COM_Server.pdf ...checkout section "2.7 Calling CAPL