Reputation: 3203
When running tests via the CANoe test environment, I can check the instantaneous value of a signal using e.g. checkSignalInRange()
. For some signals it would make more sense to evaluate typical physical attributes like amplitude, frequency, period and mean value. Is there a way to do it in CANoe?
As an acceptable workaround, is it possible to set up some signals to be recorded during a test, and include the signal plot into the test report?
Upvotes: 0
Views: 1631
Reputation: 512
You have to install an additional CANoe option called .Scope, which provides you the access to Physical Layer of every Comm Channel configured in that particular CANoe Config.
https://vector.com/vi_canoe_canalyzer_scope_en.html
Upvotes: 1
Reputation: 3839
I am not aware of any check functions for checking frequency, period, etc.
You can include a signal plot, by adding a graphics window plotting the signal of interest to your measurement setup, and add a screenshot of it to the test report by calling
TestReportAddWindowCapture
Upvotes: 1