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

From RadiWiki
Jump to: navigation, search
Line 1: Line 1:
De [[report generator]] is uitgebreid waarbij het mogelijk is om beter te specificieren hoe een tabel met AD-waarden getoond moet worden.
+
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:
 
The code 'AD CHANNEL 1 LIST' will generate a table with 2 columns:
Line 20: Line 20:
 
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.
 
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.
  
Deze rapport generator code werkt momenteel alleen nog maar in de single-band versie van de immuniteits testen, aangezien de ondersteuning voor de AD-kanalen nog niet 100% volledig is geimplementeerd in de multiband test modules.
+
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]] [[:Category:Version 5.2|version 5.2]] and newer
 
This functionality is included in [[RadiMation]] [[:Category:Version 5.2|version 5.2]] and newer
Line 26: Line 26:
 
[[Category:Version 5.2]]
 
[[Category:Version 5.2]]
 
[[Category:RadiMation]]
 
[[Category:RadiMation]]
 +
[[Category:Report Generator]]

Revision as of 10:41, 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