Difference between revisions of "Customizable AD-Channel measurement table"

From RadiWiki
Jump to: navigation, search
Line 26: Line 26:
 
[[Category:Version 5.2]]
 
[[Category:Version 5.2]]
 
[[Category:RadiMation]]
 
[[Category:RadiMation]]
[[Category:Report Generator]]
+
[[Category:Report generator]]

Revision as of 11:00, 8 March 2007

The report generator is extended in such a way that it is more flexible to specify the columns that should be included in a table that includes the values of the measured AD-Channels.

The code 'AD CHANNEL 1 LIST' will generate a table with 2 columns:

  • Frequency
  • Measured value of AD-Channel 1

The code 'AD CHANNEL 3,2,4,1 LIST' will generate a table with the columns:

  • Frequency
  • Measured value of AD-Channel 3
  • Measured value of AD-Channel 2
  • Measured value of AD-Channel 4
  • Measured value of AD-Channel 1

If one of the specified channels is not measured, those columns will not be included in the table.

The code 'AD CHANNEL 5,8 TABLE' will generate a table with the columns:

  • Frequency
  • Measured value of AD-Channel 5
  • Measured value of AD-Channel 8

But only those frequencies will be included in the table, on which the measured value was out of the specified range of that AD-Channel.

These report generator codes are currently only implemented in the single band version of the immunity tests. This functionality is not yet included in the multiband version, because the support for AD-Channels is not yet for 100% supported in the multiband test modules.

This functionality is included in RadiMation version 5.2 and newer