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

From RadiWiki
Jump to: navigation, search
m (1 revision(s))
m (6 revision(s))
(No difference)

Revision as of 11:15, 14 June 2007

The report generator is extended in such a way that it is more flexible and powerful to specify the columns that should be included in a frequency sorted table that includes the values of one or more measured channels.

With the support for this extensive report generator code, a very powerful solution is presented to include tables in a report with a customizable number of columns.

Implementation in version 5.2

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. The difference between '||.... LIST||' and '||.... TABLE||' codes, is that the '||.... LIST||' code will include all frequencies, where the '||.... TABLE||' code will include only those frequencies for which the measured AD-Channel values where out of the specified range for 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.

Information.png
This functionality is available in RadiMation® version 5.2 and newer.

Implementation in version 5.3

In RadiMation version 5.3 and newer these report generator codes are even more powerful. From version 5.3.0 and higher it is also possible to include other 'measurement values' in the code. For example the following codes are allowed:

  • ||SIGNAL POWER, FORWARD POWER, AD CHANNEL 5 LIST||
  • ||NET POWER, AD CHANNEL 2, CALCULATED FIELD TABLE||
  • ||VOLTAGE, CALCULATED CURRENT, FORWARD POWER LIST||

All the above report generator codes will result in a table that is included in the final report, containing the columns that are included in the report generator code. The order of the columns in the table is the same as the order in which the 'measurement values' are included in the code. A frequency column is always included as a first column. Invalid 'measurement values' or channels that are not measured will not be included in the generated table.

A complete list of allowed 'measurement values' is:

  • FREQUENCY
  • SIGNAL POWER
  • FORWARD POWER
  • REFLECTED POWER
  • NET POWER
  • CURRENT
  • VOLTAGE
  • CALCULATED FIELD
  • CALCULATED CURRENT
  • CALCULATED VOLTAGE
  • AVERAGE FIELD
  • FIELD 1
  • FIELD 2
  • FIELD 3
  • FIELD 4
  • FIELD 5
  • FIELD 6
  • FIELD 7
  • FIELD 8
  • AD CHANNEL 1
  • AD CHANNEL 2
  • AD CHANNEL 3
  • AD CHANNEL 4
  • AD CHANNEL 5
  • AD CHANNEL 6
  • AD CHANNEL 7
  • AD CHANNEL 8

All the above 'measurement values' are depending on the frequency, that is used for that row of the inserted table. It is also possible to include frequency independent data as part of the inserted table. The following codes can also be part of the report generator code:

  • CALIBRATION FILE
  • TEST ENGINEER
  • TEST DATE
  • TEST TIME
  • START TIME
  • STOP TIME
  • TEMPERATURE
  • HUMIDITY
  • PRESSURE
  • START FREQUENCY
  • STOP FREQUENCY
  • STEP FREQUENCY
  • LOGARITHMIC STEP
  • LOGARITHMIC STEP FROM
  • POLARIZATION
  • DISTANCE
  • TOLERANCE
  • DWELL TIME
  • MODULATION
  • MODULATION DEPTH
  • MODULATION CONSERVATION
  • MODULATION FREQUENCY
  • MODULATION SIGNAL
  • MODULATION DUTY CYCLE
  • MAINS VOLTAGE
  • FREQUENCY CHANGE MODE
  • AVERAGE FIELD
  • CURRENT MEASURED
  • CALIBRATION METHOD
  • FORWARD POWER MEASURED
  • REFLECTED POWER MEASURED
  • NET POWER MEASURED
  • CALCULATED FIELD MEASURED
  • RECALCULATE AVERAGE
  • DESCRIPTION
  • TSF FILENAME
  • AMPLIFIER PROTECTION MODE
  • AUTODISAPPEAR
  • USE VOLTAGE TEST LEVEL
  • VOLTAGE TEST LEVEL
  • POWER TEST LEVEL
  • FIELD TEST LEVEL
  • USE CURRENT TEST LEVEL
  • CURRENT TEST LEVEL
  • STEP DOWN
  • USE CURRENT LIMIT
  • CURRENT LIMIT
  • MODULATION TYPE
  • MAGNETIC FIELD TEST LEVEL

If one or more of these frequency independent codes are included in the report generator code, an additional column will be added to the table, where the value is repeated on each row. This feature can for example be used in combination with the Microsoft Excel report generator, where each row contains all the needed information.

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.

Information.png
This functionality is available in RadiMation® version 5.3 and newer.