<?xml version='1.0' encoding='UTF-8' ?>
<!DOCTYPE html
  SYSTEM "about:legacy-compat">
<html xmlns:mml = "http://www.w3.org/1998/Math/MathML" lang = "en"><head><meta charset = "UTF-8"/><meta name = "copyright" content = "(C) Copyright 2020"/><meta name = "DC.rights.owner" content = "(C) Copyright 2020"/><meta name = "DC.type" content = "concept"/><meta name = "abstract" content = "This chapter shows how to combine absolute values of responses."/><meta name = "description" content = "This chapter shows how to combine absolute values of responses."/><meta name = "DC.format" content = "HTML5"/><meta name = "DC.identifier" content = "tso-c-usr-terms-combTermDrespAbsValueComb"/><meta name = "DC.language" content = "en"/><link rel = "stylesheet" type = "text/css" href = "../DSDocUI_XML34.css"/><title>About Combining Absolute Values of Responses</title>
<script type = "text/javascript" src = "../DSDocUI_Highlight34.js">
  	/* */
  	</script></head><body onLoad = "highlightSearchTerms();" id = "tso-c-usr-terms-combTermDrespAbsValueComb">
<a name = "hj-top"> </a><table class = "table1" id = "table11"><tr><td><table class = "DocHeader"><tr><td class = "DocHeader1" colspan = "2"><h1>About Combining Absolute Values of Responses </h1></td></tr><tr><td class = "DocHeader4" colspan = "2"/></tr><tr><td class = "DocHeader3" colspan = "2"><table class = "DocThemeIntro" id = "table12"><tr><td class = "Intro1Only"><p class = "header"><p class = "abstract">
<span class = "shortdesc">This chapter shows how to combine absolute values of responses.</span>

</p>

</p></td></tr></table></td></tr></table>




<div class = "body conbody">
<p>Combining absolute values of response is done by operator type <code class = "ph codeph">VAR_OPER
= SUB_ABS</code>. To get the absolute value of the difference of two
terms (<code class = "ph codeph">DRESP_1</code> and <code class = "ph codeph">DRESP_2</code>) the design
response definition is as follows:</p>
<pre class = "codeblock">
<code class = "ph codeph">
DRESP
 ID_NAME  = .....
 DEF_TYPE = OPER
 VAR_OPER = SUB_ABS
 VAR_A    = DRESP_1
 VAR_B    = DRESP_2
END_
</code>
</pre>
</div>

</td></tr></table><script type = "text/javascript" src = "../DSDocUI_Bottom34.js">/* */</script></body>
</html>
