Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
ezfit:solutions_guide:xml_format_and_parameters [2009/05/22 10:56]
smayr
ezfit:solutions_guide:xml_format_and_parameters [2009/12/01 17:35] (current)
ajdavis
Line 7: Line 7:
 Sample File Structure: Sample File Structure:
 <html> <html>
-<table border="1" cellpadding="1" cellspacing="0" width="700">+<table border="1" cellpadding="1" cellspacing="0" width="700" class="inline">
   <tbody><tr>   <tbody><tr>
     <th>Sample File Structure</th>     <th>Sample File Structure</th>
Line 46: Line 46:
 </tbody></table> </tbody></table>
 </html> </html>
- 
 === Element Descriptions and Attributes === === Element Descriptions and Attributes ===
 <html> <html>
  
-<table width="100%" border="1" cellpadding="1" cellspacing="0">+<table width="100%" border="1" cellpadding="1" cellspacing="0" class="inline">
   <tr>    <tr> 
     <th width="24%">Element</th>     <th width="24%">Element</th>
Line 102: Line 101:
     <td>Code=&quot;<em>CircuitCode</em> <em>AdjName</em>&quot;</td>     <td>Code=&quot;<em>CircuitCode</em> <em>AdjName</em>&quot;</td>
     <td>Container for serveral adjustments. <em>CircuitCode</em> must the the      <td>Container for serveral adjustments. <em>CircuitCode</em> must the the 
-      same code defined in &lt;CIRCUIT&gt;. <em>AjdName</em> can be any string +      same code defined in &lt;CIRCUIT&gt;. <em>AdjName</em> can be any string 
       that best describes the adjustment.</td>       that best describes the adjustment.</td>
  
Line 117: Line 116:
     <td> Row=&quot;<em>RowNumber</em>&quot; </td>     <td> Row=&quot;<em>RowNumber</em>&quot; </td>
     <td>Row (order) where to display it. Row numbering starts with 0. Eg: Row=&quot;0&quot;</td>     <td>Row (order) where to display it. Row numbering starts with 0. Eg: Row=&quot;0&quot;</td>
 +  </tr>
 +
 +  <tr valign="top"> 
 +    <td>&nbsp;</td>
 +    <td> Steps=&quot;<em>NumSteps</em>&quot; </td>
 +    <td>The number of time(s) to apply a step before moving to the next one.</td>
   </tr>   </tr>
  
Line 143: Line 148:
     </td>     </td>
   </tr>   </tr>
 +
   <tr valign="top">    <tr valign="top"> 
     <td>&nbsp;</td>     <td>&nbsp;</td>
Line 317: Line 323:
  
 <html> <html>
-<table border="1" cellpadding="1" cellspacing="0" width="700">+<table border="1" cellpadding="1" cellspacing="0" width="700" class="inline">
   <tbody><tr>   <tbody><tr>
     <th>fittingguide.xml</th>     <th>fittingguide.xml</th>
Line 370: Line 376:
 Example ''fittingguide.xml'' file: Example ''fittingguide.xml'' file:
 <html> <html>
-<table border="1" cellpadding="1" cellspacing="0" width="700">+<table border="1" cellpadding="1" cellspacing="0" width="700" class="inline">
   <tbody><tr>    <tbody><tr> 
     <th>fittingguide.xml</th>     <th>fittingguide.xml</th>
Line 414: Line 420:
  
     * ADJUSTMENTS (plural) Code: Code string for a category of Adjustments, rather than a single adjustment. It cannot have other adjustment parameters. Note: This code string is composed of CircuitCode + IssueTitle, and it is case sensitive. For example: if the Circuit Code is "P2" (case sensitive), and the Issue Title is "Feedback" (case sensitive), then the Adjustments Code would be "P2 Feedback". See the code:<html>     * ADJUSTMENTS (plural) Code: Code string for a category of Adjustments, rather than a single adjustment. It cannot have other adjustment parameters. Note: This code string is composed of CircuitCode + IssueTitle, and it is case sensitive. For example: if the Circuit Code is "P2" (case sensitive), and the Issue Title is "Feedback" (case sensitive), then the Adjustments Code would be "P2 Feedback". See the code:<html>
-    <table border="1" cellpadding="1" cellspacing="0" width="600">+    <table border="1" cellpadding="1" cellspacing="0" width="600" class="inline">
       <tbody><tr>        <tbody><tr> 
         <td><tt>&lt;CIRCUIT Code="P2" Title="Paragon 2"&gt;<br>         <td><tt>&lt;CIRCUIT Code="P2" Title="Paragon 2"&gt;<br>
Line 442: Line 448:
 Example ''fittingguide.xml'' file: Example ''fittingguide.xml'' file:
 <html> <html>
-<table border="1" cellpadding="1" cellspacing="0" width="100%">+<table border="1" cellpadding="1" cellspacing="0" width="100%" class="inline">
   <tbody><tr>    <tbody><tr> 
     <th>fittingguide.xml</th>     <th>fittingguide.xml</th>
Line 530: Line 536:
 <p>Example:</p> <p>Example:</p>
  
-<table border="1" cellpadding="1" cellspacing="0" width="100%">+<table border="1" cellpadding="1" cellspacing="0" width="100%" class="inline">
   <tbody><tr>    <tbody><tr> 
     <th>fittingguide.xml</th>     <th>fittingguide.xml</th>
Line 577: Line 583:
    
  
-== Original HTML Page == +== ezFIT 5.x Platform == 
 + * Add support for localization. For example:
 <html> <html>
-<head> +<table border="1cellpadding="1" cellspacing="0width="700class="inline"> 
-<title>ezFIT - Fitting Guide XML Format and Parameters</title> +  <tbody><tr> 
-<meta http-equiv="Content-Typecontent="text/html; charset=iso-8859-1"+    <th>Sample File Structure in ezFIT 5.x</th>
-<link href="style.cssrel="stylesheettype="text/css"> +
-</head> +
- +
-<body> +
-<h3>Fitting Guide - XML Format and Parameters</h3> +
-<p>The Fitting Guide file (data\fittingguide.xml) provides an automated way to  +
-  adjust parameters based on proven adjustment settings, thus saving a lot of  +
-  time, and getting consistent results. These settings are stored in an XML format,  +
-  so that it can be easily adjusted or edited if necessary. Each file can contain  +
-  several products (circuits) and their respective settings. Following are the  +
-  different formats to express the different settings providing the information  +
-  that the software uses for fitting hearing instruments.</p> +
-<p><strong>Basic Structure</strong></p> +
-<table width="700" border="1" cellspacing="0" cellpadding="1"> +
- +
-  <tr> +
-    <th>Sample File Structure</th>+
   </tr>   </tr>
   <tr>   <tr>
-    <td>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br>+    <td>&lt;?xml version="1.0encoding="UTF-8"?&gt;<br> 
 + 
 +      &lt;PROJECT&gt;<br> &nbsp;&nbsp; &lt;CIRCUIT Code="<em>circuitcode</em>"  
 +      Title="Instrument Model: <em>intrument model</em>"&gt;<br>
  
-      &lt;PROJECT&gt;<br> &nbsp;&nbsp; &lt;CIRCUIT Code=&quot;<em>circuitcode</em>&quot;  
-      Title=&quot;Instrument Model: <em>intrument model</em>&quot;&gt;<br> 
       <br>       <br>
-      &nbsp;&nbsp; &nbsp;&nbsp; &lt;ISSUES Title=&quot;Subtitle 1&quot;&gt;<br> &nbsp;&nbsp;&nbsp;&nbsp;  +      &nbsp;&nbsp; &nbsp;&nbsp; &lt;ISSUES Title="Subtitle 1"&gt;<br> &nbsp;&nbsp;&nbsp;&nbsp;  
-      &nbsp;&nbsp; &lt;ISSUE Title=&quot;Subtitle A of Subtitle 1 &quot;&gt;<br>  +      &nbsp;&nbsp; &lt;ISSUE Title="Subtitle A of Subtitle 1 "&gt;<br>  
-      &nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &lt;ADJUSTMENTS Code=&quot;<em>circuitcode</em>  +      &nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &lt;ADJUSTMENTS Code="<em>circuitcode</em>  
-      Adjustments Set I&quot;&gt;<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;  +      Adjustments Set I"&gt;<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;  
-      &nbsp;&nbsp; &lt;ADJUSTMENT Row=&quot;0&quot; Action=&quot;Y&quot; Title=&quot;<em>Action  +      &nbsp;&nbsp; &lt;ADJUSTMENT Row="0Action="YTitle="<em>Action  
-      Description</em>&quot; &gt; <br> &nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; +      Description</em>&gt; <br> &nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; 
       &lt;/ADJUSTMENTS&gt;<br> &nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; &lt;/ISSUE&gt;<br>        &lt;/ADJUSTMENTS&gt;<br> &nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; &lt;/ISSUE&gt;<br> 
       &nbsp;&nbsp; &nbsp;&nbsp; &lt;/ISSUES&gt;<br> &nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;        &nbsp;&nbsp; &nbsp;&nbsp; &lt;/ISSUES&gt;<br> &nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; 
-      &lt;ISSUE Title=&quot;Subtitle B of Subtitle 1 &quot;&gt;<br> &nbsp;&nbsp;&nbsp;&nbsp;  +      &lt;ISSUE Title="Subtitle B of Subtitle 1 "&gt;<br> &nbsp;&nbsp;&nbsp;&nbsp;  
-      &nbsp;&nbsp; &nbsp;&nbsp; &lt;ADJUSTMENTS Code=&quot;<em>circuitcode</em>  +      &nbsp;&nbsp; &nbsp;&nbsp; &lt;ADJUSTMENTS Code="<em>circuitcode</em>  
-      Adjustments Set II&quot;&gt;<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;  +      Adjustments Set II"&gt;<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;  
-      &nbsp;&nbsp; &lt;ADJUSTMENT Row=&quot;1&quot; Action=&quot;Y&quot; Title=&quot;<em>Action  +      &nbsp;&nbsp; &lt;ADJUSTMENT Row="1Action="YTitle="<em>Action  
-      Description</em>&quot; &gt; <br> &nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; +      Description</em>&gt; <br> &nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; 
       &lt;/ADJUSTMENTS&gt;<br> &nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; &lt;/ISSUE&gt;<br>        &lt;/ADJUSTMENTS&gt;<br> &nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; &lt;/ISSUE&gt;<br> 
       &nbsp;&nbsp; &nbsp;&nbsp; &lt;/ISSUES&gt;<br> <br> &nbsp;&nbsp; &nbsp;&nbsp;        &nbsp;&nbsp; &nbsp;&nbsp; &lt;/ISSUES&gt;<br> <br> &nbsp;&nbsp; &nbsp;&nbsp; 
-      &lt;ISSUES Title=&quot;Subtitle 2&quot;&gt;<br> &nbsp;&nbsp;&nbsp;&nbsp;  +      &lt;ISSUES Title="Subtitle 2"&gt;<br> &nbsp;&nbsp;&nbsp;&nbsp;  
-      &nbsp;&nbsp; &lt;ISSUE Title=&quot;Subtitle A of Subtitle 2&quot;&gt;<br>  +      &nbsp;&nbsp; &lt;ISSUE Title="Subtitle A of Subtitle 2"&gt;<br>  
-      &nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &lt;ADJUSTMENTS Code=&quot;<em>circuitcode</em>  +      &nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &lt;ADJUSTMENTS Code="<em>circuitcode</em>  
-      Adjustments Set III&quot;&gt;<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;  +      Adjustments Set III"&gt;<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;  
-      &nbsp;&nbsp; &lt;ADJUSTMENT Row=&quot;0&quot; Action=&quot;Y&quot; Title=&quot;<em>Action  +      &nbsp;&nbsp; &lt;ADJUSTMENT Row="0Action="YTitle="<em>Action  
-      Description</em>&quot; &gt; <br> &nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; +      Description</em>&gt; <br> &nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; 
       &lt;/ADJUSTMENTS&gt;<br> &nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; &lt;/ISSUE&gt;<br>        &lt;/ADJUSTMENTS&gt;<br> &nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; &lt;/ISSUE&gt;<br> 
       &nbsp;&nbsp; &nbsp;&nbsp; &lt;/ISSUES&gt;<br> <br> &nbsp;&nbsp; &lt;/CIRCUIT&gt;<br>        &nbsp;&nbsp; &nbsp;&nbsp; &lt;/ISSUES&gt;<br> <br> &nbsp;&nbsp; &lt;/CIRCUIT&gt;<br> 
Line 633: Line 623:
  
   </tr>   </tr>
-</table> +</tbody></table> 
-<h4>Element Descriptions and Attributes</h4> +</html>
-<table width="100%" border="1" cellpadding="1" cellspacing="0"> +
-  <tr>  +
-    <th width="24%">Element</th> +
-    <th width="21%">Attribute</th> +
-    <th width="55%">Description</th+
-  </tr>+
  
-  <tr valign="top">  +<html> 
-    <td>&lt;PROJECT&gt;...&lt;/PROJECT&gt;</td+<table border="1" cellpadding="1" cellspacing="0" width="700" class="inline"> 
-    <td>&nbsp;</td> +  <tbody><tr
-    <td>Container for all circuits. It is the main file definition, the parent  +    <th>Sample File Structure in ezFIT 5.x</th>
-      container for all elements.</td>+
   </tr>   </tr>
-  <tr valign="top">  
-    <td>&lt;CIRCUIT&gt;...&lt;/CIRCUIT&gt;</td> 
- 
-    <td>&nbsp;</td> 
-    <td>Container for a circuit definition, the parent container for &lt;ISSUES&gt;  
-      and/or &lt;ISSUE&gt; elements. </td> 
-  </tr> 
-  <tr valign="top">  
-    <td>&nbsp;</td> 
-    <td>Code=&quot;<em>CircuitCode</em>&quot; </td> 
- 
-    <td>Code of circuit. This identifies and differentiates adjustments that might  
-      have the same name.</td> 
-  </tr> 
-  <tr valign="top">  
-    <td>&nbsp;</td> 
-    <td>Title=&quot;<em>InstrumentModel</em>&quot;</td> 
-    <td>Name or title (to be displayed) for the circuit </td> 
-  </tr> 
- 
-  <tr valign="top">  
-    <td>&lt;ISSUES&gt;...&lt;/ISSUES&gt;</td> 
-    <td> Title=&quot;<em>subtitle</em>&quot;</td> 
-    <td>Container for several issues. Required only if defining 2 or more issues.  
-      For a single issue, simply use element &lt;ISSUE&gt; directly, without defining  
-      it within &lt;ISSUES&gt;...&lt;/ISSUES&gt; elements.</td> 
- 
-  </tr> 
-  <tr valign="top">  
-    <td>&lt;ISSUE&gt;...&lt;/ISSUE&gt;</td> 
-    <td> Title=&quot;<em>subtitle</em>&quot;</td> 
-    <td>Container for a single issue, which contains one or more adjustments.  
-      Title displays a description of the issue.</td> 
-  </tr> 
- 
-  <tr valign="top">  
-    <td>&lt;ADJUSTMENTS&gt;...&lt;/ADJUSTMENTS&gt;<br> </td> 
-    <td>Code=&quot;<em>CircuitCode</em> <em>AdjName</em>&quot;</td> 
-    <td>Container for serveral adjustments. <em>CircuitCode</em> must the the  
-      same code defined in &lt;CIRCUIT&gt;. <em>AjdName</em> can be any string  
-      that best describes the adjustment.</td> 
- 
-  </tr> 
-  <tr valign="top">  
-    <td>&lt;ADJUSTMENT&gt;... &lt;/ADJUSTMENT&gt; </td> 
-    <td>&nbsp;</td> 
-    <td>Container for a single adjustment, which could contains zero or more &lt;STEP&gt;  
-      elements. </td> 
- 
-  </tr> 
-  <tr valign="top">  
-    <td>&nbsp;</td> 
-    <td> Row=&quot;<em>RowNumber</em>&quot; </td> 
-    <td>Row (order) where to display it. Row numbering starts with 0. Eg: Row=&quot;0&quot;</td> 
-  </tr> 
- 
-  <tr valign="top">  
-    <td>&nbsp;</td> 
-    <td>Action=&quot;<em>val</em>&quot; </td> 
-    <td><em>val</em> can be one of these: 
-      <table width="85%" border="1" align="center" cellpadding="1" cellspacing="0"> 
-        <tr valign="top" bgcolor="#FFFFFF">  
-          <td width="8%">Y</td> 
- 
-          <td width="92%">Take action. <br> 
-            Eg: &lt;ADJUSTMENT Row=&quot;1&quot; Action=&quot;Y&quot; Title=&quot;Set  
-            Gain&quot;&gt;..&lt;/ADJUSTMENT&gt;</td> 
-        </tr> 
- 
-        <tr valign="top" bgcolor="#FFFFFF"> 
-          <td>N</td> 
-          <td>Take No action. Use this to simply display the specified title (with  
-            no action associated with it). <br> 
-            Eg: &lt;ADJUSTMENT Row=&quot;3&quot; Action=&quot;N&quot; Title=&quot;TIPS&quot;/&gt;</td> 
- 
-        </tr> 
-      </table> 
-       
-    </td> 
-  </tr> 
-  <tr valign="top">  
-    <td>&nbsp;</td> 
-    <td>Title=&quot;<em>Action Description</em>&quot; </td> 
-    <td>Title to display in row.</td> 
- 
-  </tr> 
-  <tr valign="top">  
-    <td> &lt;STEP/&gt;<br></td> 
-    <td>&nbsp; </td> 
-    <td>Container for a single step in an adjustment.</td> 
-  </tr> 
-  <tr valign="top">  
-    <td>&nbsp;</td> 
- 
-    <td>Action=&quot;<em>val</em>&quot;</td> 
-    <td><em>val</em> can be one of these:<br>  
-      <table width="85%" border="1" align="center" cellpadding="1" cellspacing="0"> 
-        <tr valign="top" bgcolor="#FFFFFF">  
-          <td width="8%">I</td> 
-          <td width="92%">Increase.</td> 
- 
-        </tr> 
-        <tr valign="top" bgcolor="#FFFFFF">  
-          <td>D</td> 
-          <td>Decrease.</td> 
-        </tr> 
-        <tr valign="top" bgcolor="#FFFFFF">  
-          <td>EI</td> 
-          <td>Equation Increase.</td> 
- 
-        </tr> 
-        <tr valign="top" bgcolor="#FFFFFF">  
-          <td>ED</td> 
-          <td>Equation Decrease.</td> 
-        </tr> 
-        <tr valign="top" bgcolor="#FFFFFF">  
-          <td>S</td> 
-          <td>Set a single value. Use with Value parameter.</td> 
- 
-        </tr> 
-        <tr valign="top" bgcolor="#FFFFFF">  
-          <td>RI</td> 
-          <td> Range Increase.</td> 
-        </tr> 
-        <tr valign="top" bgcolor="#FFFFFF">  
-          <td>RD</td> 
-          <td> Range Decrease.</td> 
- 
-        </tr> 
-        <tr valign="top" bgcolor="#FFFFFF">  
-          <td>RS</td> 
-          <td> Range Set. Use with SetValues parameter.</td> 
-        </tr> 
-      </table></td> 
-  </tr> 
-  <tr valign="top">  
-    <td>&nbsp;</td> 
- 
-    <td> IncBy=&quot;<em>numval</em>&quot;</td> 
-    <td><em>numval</em> can be a positive or negative integer.</td> 
-  </tr> 
-  <tr valign="top">  
-    <td>&nbsp;</td> 
-    <td>SetValues=&quot;[<em>x1</em>,<em>x2</em>,<em>x3</em>,...,<em>xN</em>]&quot;</td> 
- 
-    <td>Set Range values. Use with Action=&quot;RS&quot;. Eg: SetValues=&quot;[5600,4500,4000]&quot;</td> 
-  </tr> 
-  <tr valign="top">  
-    <td>&nbsp;</td> 
-    <td>Value=&quot;<em>val</em>&quot;</td> 
-    <td>Set a single value. Use with Action=&quot;S&quot;. Eg: Value=&quot;Dynamic&quot;</td> 
- 
-  </tr> 
-  <tr valign="top">  
-    <td>&nbsp;</td> 
-    <td>GT=&quot;<em>param2</em>&quot;</td> 
-    <td>Greater Than. If <em>param1 </em>&gt; <em>param2</em>, perform Action.  
-      <em>param1</em> would be the value of parameter <em>ParamName</em> specified  
-      in attribute Param. Use in conjunction with EQU attribute.<br> 
- 
-      Eg: &lt;STEP Action=&quot;ED&quot; IncBy=&quot;-2&quot; GT=&quot;LTH4&quot;  
-      EQU=&quot;UTH4[GTE]LTH4&quot; Param=&quot;UTH4&quot;/&gt;</td> 
- 
-  </tr> 
-  <tr valign="top">  
-    <td>&nbsp;</td> 
-    <td>LT=&quot;<em>param2</em>&quot;</td> 
-    <td>Lesser Than. If <em>param1 </em>&lt; <em>param2</em>, perform Action.  
-      <em>param1</em> would be the value of parameter <em>ParamName</em> specified  
-      in attribute Param. Use in conjunction with EQU attribute.<br> 
- 
-      Eg: &lt;STEP Action=&quot;ED&quot; IncBy=&quot;-2&quot; LT=&quot;max&quot;  
-      EQU=&quot;min[LT]max&quot; Param=&quot;min&quot;/&gt;</td> 
- 
-  </tr> 
-  <tr valign="top">  
-    <td>&nbsp;</td> 
-    <td>EQ=&quot;<em>param2</em>&quot;</td> 
-    <td>Equal To. If <em>param1 </em>&gt;= <em>param2</em>, perform Action. <em>param1</em>  
-      would be the value of parameter <em>ParamName</em> specified in attribute  
-      Param. Use in conjunction with EQU attribute.</td> 
- 
-  </tr> 
-  <tr valign="top">  
-    <td>&nbsp;</td> 
-    <td>GTE=&quot;<em>param2</em>&quot;</td> 
-    <td>Greater Than or Equal To. If <em>param1 </em>&gt;= <em>param2</em>, perform  
-      Action. <em>param1</em> would be the value of parameter <em>ParamName</em>  
-      specified in attribute Param. Use in conjunction with EQU attribute.<br> 
- 
-      Eg: &lt;STEP Action=&quot;ED&quot; IncBy=&quot;-2&quot; GTE=&quot;LTH4&quot;  
-      EQU=&quot;UTH4[GTE]LTH4&quot; Param=&quot;UTH4&quot;/&gt;</td> 
- 
-  </tr> 
-  <tr valign="top">  
-    <td>&nbsp;</td> 
-    <td>LTE=&quot;<em>param2</em>&quot;</td> 
-    <td>Less Than or Equal To. If <em>param1 </em>&lt;= <em>param2</em>, perform  
-      Action. <em>param1</em> would be the value of parameter <em>ParamName</em>  
-      specified in attribute Param. Use in conjunction with EQU attribute.<br> 
- 
-      Eg: &lt;STEP Action=&quot;ED&quot; IncBy=&quot;-2&quot; LTE=&quot;max&quot;  
-      EQU=&quot;min[LTE]max&quot; Param=&quot;min&quot;/&gt; </td> 
- 
-  </tr> 
-  <tr valign="top">  
-    <td>&nbsp;</td> 
-    <td>PEQU=&quot;<em>ProposedEquation</em>&quot;</td> 
-    <td> Proposed Equation. The Proposed value uses the new value of the current  
-      parameter Param to calculate the equation. In other words, perform Action,  
-      evaluate equation, and if it is True, permanently store the results of performed  
-      Action. Eg: <br> 
-      &lt;STEP Action=&quot;EI&quot; IncBy=&quot;1&quot; PEQU=&quot;SquelchTh[LT]50&quot;  
-      Param=&quot;SquelchTh&quot;/&gt;</td> 
- 
-  </tr> 
-  <tr valign="top">  
-    <td>&nbsp;</td> 
-    <td>EQU=&quot;<em>equation</em>&quot;</td> 
-    <td>Equation. Perform Action if equation is True. Eg: EQU=&quot;UTH3-LTH3[GT]LLGAIN3-HLGAIN3&quot;<br> 
-      <br> 
-      Comparison Operators inside of defined equations:<br> 
- 
-      [GTE]=Greater Than and Equal To<br> 
-      [LTE]=Lesser Than and Equal To<br> 
-      [EQ]=Equal To<br> 
-      [GT]=Greater Than<br> 
-      [LT]=Lesser Than </td> 
-  </tr> 
- 
-  <tr valign="top">  
-    <td>&nbsp;</td> 
-    <td> Param=&quot;<em>ParamName</em>&quot;</td> 
-    <td><em>ParamName</em> is a parameter name supported by the circuit. Eg: HFC,  
-      LFC, TK </td> 
-  </tr> 
-</table> 
- 
-<h4>How to Define Sections</h4> 
- 
-<p><strong>Define a Product</strong></p> 
-<p>Element Name: &lt;CIRCUIT ...&gt;...&lt;/CIRCUIT&gt;</p> 
-<p>Parameters to be used:</p> 
-<ul> 
-  <li>Code: Name (code) of the product.</li> 
-  <li>Title: Title (full name) of the product.</li> 
-</ul> 
- 
-<p>Requirements:</p> 
-<ul> 
-  <li>Must contain at least one Issue.</li> 
-</ul> 
-<p>Example:</p> 
-<table width="700" border="1" cellspacing="0" cellpadding="1"> 
   <tr>   <tr>
-    <th>fittingguide.xml</th+  <td> 
-  </tr>+<pre> 
 +<code><span style="font: 10pt Courier New;"><span class="pas1-symbol">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt; 
 +&lt;PROJECT&gt; 
 +   <font color="#ff0000">&lt;languages&gt; 
 + &lt;lang id=&quot;en&quot; name=&quot;English (US)&quot;&gt;English&lt;/lang&gt; 
 + &lt;lang id=&quot;fr&quot; name=&quot;French&quot;&gt;Fran&ccedil;ais&lt;/lang&gt; 
 + &lt;lang id=&quot;pt&quot; name=&quot;Portuguese&quot;&gt;Portugu&ecirc;s&lt;/lang&gt; 
 + &lt;lang id=&quot;es&quot; name=&quot;Spanish&quot;&gt;Espa&ntilde;ol&lt;/lang&gt; 
 + &lt;lang id=&quot;da&quot; name=&quot;Danish&quot;&gt;Dansk&lt;/lang&gt; 
 + &lt;lang id=&quot;tr&quot; name=&quot;Turkish&quot;&gt;T&uuml;rk&ccedil;e&lt;/lang&gt; 
 + &lt;lang id=&quot;ru&quot; name=&quot;Russian&quot;&gt;??????&lt;/lang&gt; 
 + &lt;lang id=&quot;cn&quot; name=&quot;Chinese (Mandarin)&quot;&gt;??&lt;/lang&gt; 
 +   &lt;/languages&gt;</font
 +   &lt;CIRCUIT Code=&quot;circuitcode&quot; Title=&quot;Instrument Model: intrument model&quot;&gt; 
 +      <font color="#ff0000"> 
 +      &lt;native&gt;Instrument Model: intrument model&lt;/native&gt; 
 +      &lt;lang id=&quot;es&quot;&gt;Modelo de Aud&iacute;fono: Model de Aud&iacute;fono&lt;/lang&gt; 
 +      &lt;lang id=&quot;fr&quot;&gt;...&lt;/lang&gt; 
 +      ... 
 +      </font> 
 +      &lt;ISSUES Title=&quot;Subtitle 1&quot;&gt; 
 +        <font color="#ff0000"> 
 +        &lt;native&gt;Subtitle 1&lt;/native&gt; 
 +        &lt;lang id=&quot;es&quot;&gt;Subt&iacute;tulo 1&lt;/lang&gt; 
 +        &lt;lang id=&quot;fr&quot;&gt;...&lt;/lang&gt; 
 +        ... 
 +        </font> 
 +        &lt;ISSUE Title=&quot;Subtitle A </span><span class="pas1-reservedword">of</span><span class="pas1-space"> Subtitle 1&quot;&gt; 
 +           <font color="#ff0000"> 
 +           &lt;native&gt;Subtitle A </span><span class="pas1-reservedword">of</span><span class="pas1-space"> Subtitle 1&lt;/native&gt; 
 +           &lt;lang id=&quot;es&quot;&gt;Subt&iacute;tulo A de Subt&iacute;tulo 1&lt;/lang&gt; 
 +           &lt;lang id=&quot;fr&quot;&gt;...&lt;/lang&gt; 
 +           ... 
 +           </font> 
 +           &lt;ADJUSTMENTS Code=&quot;circuitcode Adjustments </span><span class="pas1-reservedword">Set</span><span class="pas1-space"> I&quot;&gt; 
 +             <font color="#ff0000"> 
 +             &lt;native&gt;Adjustments </span><span class="pas1-reservedword">Set</span><span class="pas1-space"> I&lt;/native&gt; 
 +             &lt;lang id=&quot;es&quot;&gt;Ajuste Conjunto I&lt;/lang&gt; 
 +             &lt;lang id=&quot;fr&quot;&gt;...&lt;/lang&gt; 
 +             ... 
 +             </font> 
 +             &lt;ADJUSTMENT Row=&quot;0&quot; Action=&quot;Y&quot; Title=&quot;Action Description&quot; &gt; 
 +               <font color="#ff0000"> 
 +               &lt;native&gt;Action Description&lt;/native&gt; 
 +               &lt;lang id=&quot;es&quot;&gt;Descripci&oacute;n de Accci&oacute;n&lt;/lang&gt; 
 +               &lt;lang id=&quot;fr&quot;&gt;...&lt;/lang&gt; 
 +               ... 
 +               </font> 
 +           &lt;/ADJUSTMENTS&gt; 
 +        &lt;/ISSUE&gt; 
 +      &lt;/ISSUES&gt; 
 +        &lt;ISSUE Title=&quot;Subtitle B </span><span class="pas1-reservedword">of</span><span class="pas1-space"> Subtitle 1 &quot;&gt; 
 +           &lt;ADJUSTMENTS Code=&quot;circuitcode Adjustments </span><span class="pas1-reservedword">Set</span><span class="pas1-space"> II&quot;&gt; 
 +             &lt;ADJUSTMENT Row=&quot;1&quot; Action=&quot;Y&quot; Title=&quot;Action Description&quot; &gt; 
 +           &lt;/ADJUSTMENTS&gt; 
 +        &lt;/ISSUE&gt; 
 +      &lt;/ISSUES&gt;
  
-  <tr> +      &lt;ISSUES Title=&quot;Subtitle 2&quot;&gt; 
-    <td><p><tt><font color="#FF0000">&lt;CIRCUIT Code=&quot;FOUNDATION&quotTitle=&quot;FOUNDATION&quot;&gt;</font><br> +        &lt;ISSUE Title=&quot;Subtitle A </span><span class="pas1-reservedword">of</span><span class="pas1-space"> Subtitle 2&quot;&gt; 
-        &nbsp;&nbsp;&lt;ISSUE Title=&quot;FEEDBACK&quot;&gt;<br> +           &lt;ADJUSTMENTS Code=&quot;circuitcode Adjustments </span><span class="pas1-reservedword">Set</span><span class="pas1-space"> III&quot;&gt; 
-        &nbsp;&nbsp;&nbsp;&nbsp;&lt;ADJUSTMENTS Code=&quot;FOUNDATION FEEDBACK  +             &lt;ADJUSTMENT Row=&quot;0&quot; Action=&quot;Y&quotTitle=&quot;Action Description&quot; &gt; 
-        (Constant)&quot;&gt;<br>+           &lt;/ADJUSTMENTS&gt
 +        &lt;/ISSUE&gt; 
 +      &lt;/ISSUES&gt;
  
-        &nbsp;&nbsp;&nbsp;&nbsp;&lt;ADJUSTMENT Row=&quot;0&quot; Action=&quot;Y&quot;  +   &lt;/CIRCUIT&gt; 
-        Title=&quot;Set Notch Center to 3000 Hz.&quot; &gt;<br> +&lt;/PROJECT&gt; 
-        &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;STEP Action=&quot;S&quot; Value=&quot;3000&quot;  +</span></span
-        Param=&quot;NotchCenter&quot;&gt;&lt;/STEP&gt;<br> +</code></pre
- +</td></tr></table>
-        &nbsp;&nbsp;&nbsp;&nbsp;&lt;/ADJUSTMENT&gt;<br> +
-        &nbsp;&nbsp;&nbsp;&nbsp;&lt;ADJUSTMENT Row=&quot;1&quot; Action=&quot;Y&quot;  +
-        Title=&quot;Move High Cut to the left.&quot; &gt;<br> +
-        &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;STEP Action=&quot;D&quot; IncBy=&quot;-2&quot;  +
-        Param=&quot;HighCut&quot;&gt;&lt;/STEP&gt;<br> +
- +
-        &nbsp;&nbsp;&nbsp;&nbsp;&lt;/ADJUSTMENT&gt;<br> +
-        &nbsp;&nbsp;&lt;/ISSUE&gt;<br> +
-        <font color="#FF0000">&lt;/CIRCUIT</font></tt><font color="#FF0000"><tt>&gt;</tt></font><tt><br> +
-        </tt></p> +
-      </td> +
-  </tr> +
-</table> +
-<p><strong>Define an Issue</strong></p> +
- +
-<p>Element Name: &lt;ISSUE<strong>S</strong> ...&gt;&lt;ISSUE...&gt;...&lt;/ISSUE&gt;&lt;/ISSUE<strong>S</strong>&gt;<br> +
-  Use &lt;ISSUES&gt;...&lt;/ISSUES&gt; when there are several issues (or sub-issues)  +
-  under the same issue. Otherwise, it is not used, and &lt;ISSUE&gt;..&lt;/ISSUE&gt;  +
-  is used directly.</p> +
- +
-<p>Parameters to be used:</p> +
-<ul> +
-  <li>Title: Title (full name) of the issues category to display.</li> +
-</ul> +
-<p>Requirements:</p> +
-<ul> +
-  <li>Must belong to a Circuit.</li> +
-  <li>Must contain at least one Adjustment.</li> +
-</ul> +
- +
-<p>Example:</p> +
-<table width="700" border="1" cellpadding="1" cellspacing="0"> +
-  <tr>  +
-    <th>fittingguide.xml</th> +
-  </tr> +
-  <tr>  +
-    <td><p><tt><font color="#FF0000">&lt;CIRCUIT Code=&quot;FOUNDATION&quot; Title=&quot;FOUNDATION&quot;&gt;<br> +
- +
-        </font></tt><tt>&nbsp;&nbsp;<font color="#FF0000">&lt;ISSUES Title=&quot;Feedback&quot;&gt;</font><br> +
-        &nbsp;&nbsp;&nbsp;&nbsp;<font color="#FF0000">&lt;ISSUE Title=&quot;Feedback  +
-        (Constant)&quot;&gt;</font><br> +
-        &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;ADJUSTMENTS Code=&quot;FOUNDATION  +
-        Feedback (Constant)&quot;&gt;<br> +
-        &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;ADJUSTMENT Row=&quot;0&quot;  +
-        Action=&quot;Y&quot; Title=&quot;Set Notch Center to 3000 Hz.&quot; &gt;<br> +
- +
-        &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;STEP Action=&quot;S&quot;  +
-        Value=&quot;3000&quot; Param=&quot;NotchCenter&quot;&gt;&lt;/STEP&gt;<br> +
-        &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/ADJUSTMENT&gt;<br> +
-        &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;ADJUSTMENT Row=&quot;1&quot;  +
-        Action=&quot;Y&quot; Title=&quot;Move High Cut to the left.&quot; &gt;<br> +
- +
-        &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;STEP Action=&quot;D&quot;  +
-        IncBy=&quot;-2&quot; Param=&quot;HighCut&quot;&gt;&lt;/STEP&gt;<br> +
-        &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/ADJUSTMENT&gt;<br> +
-        </tt><tt><font color="#FF0000"></font></tt><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/ADJUSTMENTS&gt;<br> +
- +
-        </tt><tt>&nbsp;&nbsp;&nbsp;&nbsp;<font color="#FF0000">&lt;/ISSUE&gt;</font><br> +
-        &nbsp;&nbsp;<font color="#FF0000">&lt;/ISSUES&gt;</font> <br> +
-        &lt;/CIRCUIT&gt;</tt></p> +
-      </td> +
-  </tr> +
-</table> +
-<p><strong>Define an Adjustment</strong></p> +
- +
-<p>Element Name: &lt;ADJUSTMENT<strong>S</strong>...&gt;&lt;ADJUSTMENT...&gt;...&lt;/ADJUSTMENT&gt;&lt;/ADJUSTMENT<strong>S</strong>&gt;</p> +
-<p>Parameters to be used:</p> +
-<ul> +
-  <li>ADJUSTMENTS (plural) Code: Code string for a category of Adjustments, rather  +
-    than a single adjustment. It cannot have other adjustment parameters.<br> +
-    <br> +
- +
-    <strong>Note</strong>: This code string is composed of <em>CircuitCode</em>  +
-    + <em>IssueTitle</em>, and it is case sensitive. <br> +
-    For example: if the Circuit Code is &quot;P2&quot; (case sensitive), and the  +
-    Issue Title is &quot;Feedback&quot; (case sensitive), then the Adjustments  +
-    Code would be &quot;P2 Feedback&quot;. See the code:<br> +
- +
-    <table width="600" border="1" cellspacing="0" cellpadding="1"> +
-      <tr>  +
-        <td><tt>&lt;CIRCUIT Code=&quot;P2&quot; Title=&quot;Paragon 2&quot;&gt;<br> +
-          &lt;ISSUE Title=&quot;Feedback&quot;&gt;<br> +
-          &lt;ADJUSTMENTS <font color="#FF0000">Code=&quot;P2 Feedback&quot;</font>&gt;<br+
- +
-          ...some adjustments here...<br> +
-          &lt;/ADJUSTMENTS&gt;<br> +
-          &lt;/ISSUE&gt;<br> +
-          &lt;/CIRCUIT&gt;</tt></td> +
-      </tr> +
-    </table+
-    <br> +
- +
-  </li> +
-  <li>ADJUSTMENT (singular) Row: row number in which it will be displayed. Each  +
-    adjustment must start with row 0.</li> +
-  <li>ADJUSTMENT (singular) Action: One of the following:  +
-    <ul> +
-      <li>Y: Yes, it performs an action. If Action=Y, then the adjustment must  +
-        contain at least one Step.</li> +
-      <li>N: No, it does not perform an action. If Action=N, then there are no  +
-        Steps included with the adjustment, since there is no action to perform.</li> +
-    </ul> +
-  </li> +
- +
-  <li>ADJUSTMENT (singular) Title: Title or name to display for the adjustement.</li> +
-</ul> +
-<p>Requirements:</p> +
-<ul> +
-  <li>Must belong to an Issue, or in the case of a sub-Adjustment, must belong  +
-    to an Adjustment.</li> +
-  <li>May contain none, one or many Steps, depending on the parameters.</li> +
-  <li>In the case of a super-adjustment, it must contain at least one sub-Adjustment.</li> +
-</ul> +
- +
-<p>Example:</p> +
-<table width="100%" border="1" cellpadding="1" cellspacing="0"> +
-  <tr>  +
-    <th>fittingguide.xml</th> +
-  </tr> +
-  <tr>  +
-    <td><p><tt>&lt;CIRCUIT Code=&quot;P2&quot; Title=&quot;Paragon 2&quot;&gt;<br> +
- +
-        &lt;ISSUE Title=&quot;Loud Sounds Uncomfortable&quot;&gt;<br> +
-        &nbsp;&nbsp;<font color="#006600">&lt;ADJUSTMENTS Code=&quot;P2 Loud Sounds  +
-        Uncomfortable&quot;&gt;</font><br> +
-        &nbsp;&nbsp;&nbsp;&nbsp;<font color="#FF0000">&lt;ADJUSTMENT Row=&quot;0&quot;  +
-        Action=&quot;Y&quot; Title=&quot;Reduce overall MPO&quot;&gt;</font><br> +
- +
-        &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;STEP Action=&quot;D&quot; IncBy=&quot;-2&quot;  +
-        Param=&quot;AGCO&quot;&gt;&lt;/STEP&gt;<br> +
-        <font color="#FF0000">&nbsp;&nbsp;&nbsp;&nbsp;&lt;/ADJUSTMENT&gt;<br> +
-        &nbsp;&nbsp;&nbsp;&nbsp;&lt;ADJUSTMENT Row=&quot;1&quot; Action=&quot;Y&quot;  +
-        Title=&quot;Reduce Loud TK,Increase Soft TK in all Channels&quot; &gt;</font><br> +
- +
-        &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;STEP Action=&quot;ED&quot; IncBy=&quot;-2&quot;  +
-        GTE=&quot;LTH1&quot; EQU=&quot;UTH1-LTH1[GT]LLGAIN1-HLGAIN1&quot; Param=&quot;UTH1&quot;&gt;&lt;/STEP&gt;<br> +
- +
-        &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;STEP Action=&quot;ED&quot; IncBy=&quot;-2&quot;  +
-        GTE=&quot;LTH2&quot; EQU=&quot;UTH2-LTH2[GT]LLGAIN2-HLGAIN2&quot; Param=&quot;UTH2&quot;&gt;&lt;/STEP&gt;<br> +
- +
-        &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;STEP Action=&quot;EI&quot; IncBy=&quot;1&quot;  +
-        LTE=&quot;UTH1&quot; EQU=&quot;UTH1-LTH1[GT]LLGAIN1-HLGAIN1&quot; Param=&quot;LTH1&quot;&gt;&lt;/STEP&gt;<br> +
- +
-        &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;STEP Action=&quot;EI&quot; IncBy=&quot;1&quot;  +
-        LTE=&quot;UTH2&quot; EQU=&quot;UTH2-LTH2[GT]LLGAIN2-HLGAIN2&quot; Param=&quot;LTH2&quot;&gt;&lt;/STEP&gt;<br> +
- +
-        <font color="#FF0000">&nbsp;&nbsp;&nbsp;&nbsp;&lt;/ADJUSTMENT&gt;<br> +
-        &nbsp;&nbsp;&nbsp;&nbsp;&lt;ADJUSTMENT Row=&quot;2&quot; Action=&quot;N&quot;  +
-        Title=&quot;&quot;&gt;&lt;/ADJUSTMENT&gt;<br> +
-        &nbsp;&nbsp;&nbsp;&nbsp;&lt;ADJUSTMENT Row=&quot;3&quot; Action=&quot;N&quot;  +
-        Title=&quot;TIPS&quot;&gt;&lt;/ADJUSTMENT&gt;<br> +
- +
-        &nbsp;&nbsp;&nbsp;&nbsp;&lt;ADJUSTMENT Row=&quot;4&quot; Action=&quot;N&quot;  +
-        Title=&quot;These solutions apply only to loud sounds.&quot;&gt;&lt;/ADJUSTMENT&gt;<br> +
-        &nbsp;&nbsp;&nbsp;&nbsp;&lt;ADJUSTMENT Row=&quot;5&quot; Action=&quot;N&quot;  +
-        Title=&quot;Please see solutions for (overall too loud) if necessary.&quot;&gt;&lt;/ADJUSTMENT&gt;</font><br> +
- +
-        &nbsp;&nbsp;<font color="#006600">&lt;/ADJUSTMENTS&gt;</font><br> +
-        &lt;/ISSUE&gt;<br> +
-        &lt;/CIRCUIT&gt; <br> +
-        </tt></p></td> +
-  </tr> +
-</table> +
-<p><strong>Define a Step</strong></p> +
- +
-<p>Element Name: &lt;STEP...&gt;...&lt;/STEP&gt;</p> +
-<p>Parameters to be used:</p> +
-<ul> +
-  <li>Action:  +
-    <ul> +
-      <li>I: Increase</li> +
-      <li>D: Decrease</li> +
- +
-      <li>S: Set</li> +
-      <li>EI: Equation Increase</li> +
-      <li>ED: Equation Decrease</li> +
-      <li>RI: Range Increase</li> +
-      <li>RD: Range Decrease</li> +
-      <li>RS: Range Set</li> +
- +
-    </ul> +
-  </li> +
-  <li>EQU: Equation to use. Used in conjunction with Action=EI or ED. Example:<br> +
-    <tt>&lt;STEP Action=&quot;EI&quot; IncBy=&quot;1&quot; LTE=&quot;UTH1&quot;  +
-    EQU=&quot;UTH1-LTH1[GT]LLGAIN1-HLGAIN1&quot; Param=&quot;LTH1&quot;&gt;&lt;/STEP&gt;</tt>  +
-  </li> +
- +
-  <li>GTE: &quot;Grater Than or Equal To&quot; the &quot;Param&quot; value in  +
-    instrument. Example:<br> +
-    <tt>&lt;STEP Action=&quot;ED&quot; IncBy=&quot;-2&quot; GTE=&quot;LTH2&quot;  +
-    EQU=&quot;UTH2-LTH2[GT]LLGAIN2-HLGAIN2&quot; Param=&quot;UTH2&quot;&gt;&lt;/STEP&gt;</tt>  +
-  </li> +
- +
-  <li>LTE: &quot;Less Than or Equal To&quot; the &quot;Param&quot; value in instrument.  +
-    Example:<br> +
-    <tt>&lt;STEP Action=&quot;EI&quot; IncBy=&quot;1&quot; LTE=&quot;UTH1&quot;  +
-    EQU=&quot;UTH1-LTH1[GT]LLGAIN1-HLGAIN1&quot; Param=&quot;LTH1&quot;&gt;&lt;/STEP&gt;</tt>  +
-  </li> +
- +
-  <li>IncBy: a positive integer to denote increase, a negative integeer to denote  +
-    decrease. Used in conjunction with Action=I or D. Example:<br> +
-    <tt>&lt;STEP Action=&quot;D&quot; IncBy=&quot;-2&quot; Param=&quot;band9&quot;&gt;&lt;/STEP&gt;<br> +
-    &lt;STEP Action=&quot;I&quot; IncBy=&quot;2&quot; Param=&quot;ExternalVC,WidebandGain;VC&quot;&gt;&lt;/STEP&gt;</tt>  +
-  </li> +
- +
-  <li>SetValues: set multiple values. Used in conjunction with Action=RS. Example:<br> +
-    <tt>&lt;STEP Action=&quot;RS&quot; SetValues=&quot;[5600,4500,4000]&quot;  +
-    Param=&quot;HighCut&quot;&gt;&lt;/STEP&gt;</tt> </li> +
-  <li>PEQU: Proposed equation setting. Use in conjunction with Action=EI. Example:<br> +
- +
-    <tt>&lt;STEP Action=&quot;EI&quot; IncBy=&quot;1&quot; PEQU=&quot;SquelchTh[LT]50&quot;  +
-    Param=&quot;SquelchTh&quot;&gt;&lt;/STEP&gt;</tt> </li> +
-  <li>Value: a value to set in the specified parameter. Used in conjunction with  +
-    Action=S. </li> +
- +
-  <li>Param: instrument parameter to be affected. Note: this is case sensitive.  +
-    Example:<br> +
-    <tt>&lt;STEP Action=&quot;I&quot; IncBy=&quot;2&quot; Param=&quot;ExternalVC,WidebandGain;VC&quot;&gt;&lt;/STEP&gt;</tt>  +
-  </li> +
-</ul> +
-<p>Example:</p> +
- +
-<table width="100%" border="1" cellpadding="1" cellspacing="0"> +
-  <tr>  +
-    <th>fittingguide.xml</th> +
-  </tr> +
-  <tr>  +
-    <td><p><tt>&lt;ISSUE Title=&quot;OVERALL TOO LOUD&quot;&gt;<br> +
-        &nbsp;&nbsp;&lt;ADJUSTMENTS Code=&quot;P2 OVERALL TOO LOUD&quot;&gt;<br> +
-        &nbsp;&nbsp;&nbsp;&nbsp;&lt;ADJUSTMENT Row=&quot;0&quot; Action=&quot;Y&quot;  +
-        Title=&quot;Reduce overall gain/volume control&quot; &gt;<br> +
- +
-        <font color="#FF0000">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;STEP Action=&quot;D&quot;  +
-        IncBy=&quot;-1&quot; Param=&quot;ExternalVC,WidebandGain;VC&quot;&gt;&lt;/STEP&gt;<br> +
-        </font>&nbsp;&nbsp;&nbsp;&nbsp;&lt;/ADJUSTMENT&gt;<br> +
-        &nbsp;&nbsp;&nbsp;&nbsp;&lt;ADJUSTMENT Row=&quot;1&quot; Action=&quot;Y&quot;  +
-        Title=&quot;Reduce Loud Gain in all channels&quot;&gt;<br> +
- +
-        <font color="#FF0000">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;STEP Action=&quot;ED&quot;  +
-        IncBy=&quot;-2&quot; EQU=&quot;UTH1-LTH1[GT]LLGAIN1-HLGAIN1&quot; Param=&quot;HLGAIN1&quot;&gt;&lt;/STEP&gt;<br> +
-        &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;STEP Action=&quot;ED&quot; IncBy=&quot;-2&quot;  +
-        EQU=&quot;UTH2-LTH2[GT]LLGAIN2-HLGAIN2&quot; Param=&quot;HLGAIN2&quot;&gt;&lt;/STEP&gt;<br> +
- +
-        </font>&nbsp;&nbsp;&nbsp;&nbsp;&lt;/ADJUSTMENT&gt;<br> +
-        &nbsp;&nbsp;&lt;/ADJUSTMENTS&gt;<br> +
-        &lt;/ISSUE&gt;<br> +
-        </tt></p></td> +
-  </tr> +
-</table> +
-<p><strong>Conditional Values based on Immediate IF (aka. inline IF)</strong></p> +
-<p><tt>Param</tt> can contain a result derived from an immediate IF. This allows  +
-  more flexibility in handling parameters.</p> +
- +
-<p>Format:<br> +
-  <tt>Param=&quot;<em>expression1, expression2; expression3</em>&quot;</tt><br> +
-  If <em>expression1</em> is true, then use value from <em>expression2</em>, else  +
-  use value from <em>expression3</em>.</p> +
-<p> Example:<br> +
- +
-  <tt>&lt;STEP Action=&quot;D&quot; IncBy=&quot;-1&quot; <font color="#FF0000">Param=&quot;ExternalVC,WidebandGain;VC&quot;</font>&gt;&lt;/STEP&gt;</tt></p> +
-<hr size="1"> +
-<p>&nbsp;</p> +
-</body>+
 </html> </html>
 + * Modify behavior for Decrease (D) operator.