frEnableStatistics
Valid for: CANoe DE • CANoe4SW DEFunction Syntax
void frEnableStatistics(long channel, long flag); // Form 1void frEnableStatistics(long flag); // Form 2
Description
Enables or disables FlexRay statistics on a specific (Form 1) or all (Form 2) FlexRay channels. Note: FlexRay bus statistics for CAPL is disabled by default to avoid performance issues while measurement is running. However, you can enable it by calling these functions, e.g. in an on start handler (see example below).Parameters
- channel: FlexRay channel (1…32).
- flag: 0 = disable; 1 = enable