Emission.Multiband.ReportGenerator.GraphTable.AdditionalGraphLineSuffixes

From RadiWiki
Jump to: navigation, search

This advanced option specifies a ; seperated list of additional suffixes that should also be considered for additional column names that should be added in the table, when a table of the data of an emission test is generated in the report.

The default value of Emission.Multiband.ReportGenerator.GraphTable.AdditionalGraphLineSuffixes is set to 'correction;limit line difference;height;angle;polarization;phase'.

Thus when the report generator code: ||RBW: 9 kHz, Neutral Max Peak TABLE|| is include in the report generator template, not only the 'Frequency' and 'RBW: 9 kHz, Neutral Max Peak' columns will be present in the table. Also suffixes that are specified in this advanced option will be considered in combination with the requested graph line name.

The generated table could thus be expanded to contain the columns:

  • Frequency (MHz)
  • RBW: 9 kHz, Neutral Max Peak (dBµV)
  • RBW: 9 kHz, Neutral Max Peak correction (dB)
  • RBW: 9 kHz, Neutral Max Peak limit line difference (dB)
  • RBW: 9 kHz, Neutral Max Peak phase

Very often. in the table with the raw emission results, also additional related information is needed. For example the correction that is applied to the measurement values is such an important value. As it is not possible to create two different report generator tables that are merged in a single table, the solution to use this 'AdditionalGraphLineSuffixes' advanced option is created. It will automatically include additional columns.

If those columns are not needed, a SQL filtering command can be added to remove those undesired columns.

Warning-48px.png
Warning: Any change and/or modification to the advanced options, can result in unexpected results and/or incorrect measurement results. Changes in any advanced option should be verified and checked very carefully!