Agilent Technologies B1500A Guide de l'utilisateur Page 613

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 628
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 612
Agilent B1500 Users Guide, Edition 7 10-61
Application Library and Utilities
Utility Programs
Filter File Modification Example
This section explains the modification example of a filter file. In this example, a
filter file of group 5 is used.
The group 5 filter files will export the data that contains the test setup information.
To obtain the data without the setup information, modify the filter file as shown
below, also see Figure 10-31, and export data by using the filter file after
modification.
The data will not contain the TestParameter, DutParameter, MetaData, and
AnalysisSetup of the Application test result record, and the TestParameter,
MetaData, and AnalysisSetup of the Classic test result record.
1. Modify the following template elements for sta:TestParameterList to
sta:TerminalList as shown below.
<xsl:template match="sta:TestParameterList">
</xsl:template>
<xsl:template match="sta:DutParameterList">
</xsl:template>
<xsl:template match="sta:AnalysisParameterList">
</xsl:template>
<xsl:template match="sta:MetaData/sta:ParameterList">
</xsl:template>
<xsl:template match="sta:TerminalList">
<xsl:apply-templates />
</xsl:template>
2. Comment out the whole of the following template element.
<!--
<xsl:template match="sta:Parameter">
: : : : : : : : :
</xsl:template>
-->
Exported data examples of Classic test result record are shown in Table 10-12 and
Table 10-13.
Table 10-14 explains the reference name used in the filter file and shows the relation
to the parameter name used in the data file exported by using the filter file.
Vue de la page 612
1 2 ... 608 609 610 611 612 613 614 615 616 617 618 ... 627 628

Commentaires sur ces manuels

Pas de commentaire