Titan Core Initial Contribution
[deliverable/titan.core.git] / help / info / action.html
1 <!--
2 Copyright (c) 2000-2014 Ericsson Telecom AB
3
4 All rights reserved. This program and the accompanying materials
5 are made available under the terms of the Eclipse Public License v1.0
6 which accompanies this distribution, and is available at
7 http://www.eclipse.org/legal/epl-v10.html
8 -->
9 <html>
10 <head>
11 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
12 <meta http-equiv="Content-Language" content="en-us">
13 <title>action</title>
14 </head>
15 <body bgcolor="#DAD3C5" vlink="#0094D2" link="#003258">
16 <table align="left" border="0" cellspacing="0" cellpadding="0" valign=top>
17 <tr>
18 <td width=105 height=40><a href="https://projects.eclipse.org/projects/tools.titan"><img src="../images/titan_transparent.gif" border=0 width=105 height=40 align="left" alt="Titan"></a></td>
19 </tr>
20 </table>
21 <table border="0" align="right" cellpadding="0" cellspacing="0">
22 <tr>
23 <td><a href="../titan_main.html" alt="contents"><img border="0" src="../images/ao.jpg" width="53" height="40"></a></td>
24 <td><a href="../titan_index.html" alt="index"><img border="0" src="../images/up.jpg" width="53" height="40"></a></td>
25 <td><a href="xor4b.html" alt="previous"><img border="0" src="../images/left.jpg" width="53" height="40"></a></td>
26 <td><a href="activate.html" alt="next"><img border="0" src="../images/right.jpg" width="53" height="40"></a></td>
27 </tr>
28 </table>
29 <p><br clear="all">
30 </p>
31 <hr>
32 <h1>action</h1>
33 <hr align="left" width="75%">
34 <p>Certain actions may be required from the test executing personnel (e.g. to change the environmental conditions of testing like the temperature, voltage of the power feeding etc.). The required
35 action may be defined as a free text string.
36 <ul>
37 <li>In TITAN, the argument of the statement is placed in the log file. As an extension to the standard, it is possible to refer also to constants, variables or templates in the argument. Every
38 element of the argument may be repeated.</li>
39 </ul>
40 <hr align="left" width="50%">
41 <div align="center">
42 <center>
43 <table border="0" width="90%" bgcolor="#FFB599" cellpadding="4">
44 <tr>
45 <td width="100%">
46 <h3 align="center"><font face="Courier New" color="#003258" size="5"><b>action ( "</b></font> <i>free_text_string</i> <font face="Courier New" color="#003258" size="5"><b>"</b></font> [<font
47 face="Courier New" color="#003258" size="5"><b>,</b></font><i>constanst_ref</i>] [<font face="Courier New" color="#003258" size="5"><b>,</b></font><i>variable_ref</i>] [<font face="Courier New"
48 color="#003258" size="5"><b>,</b></font><i>template_ref</i>] <font face="Courier New" color="#003258" size="5"><b>);</b></font></h3>
49 </td>
50 </tr>
51 </table>
52 </center>
53 </div>
54 <ul>
55 <li>
56 <p><i>free_text_string</i> is copied to the log file. It may contain numbers and letters from the BASIC LATIN and the LATIN-1 SUPPLEMENT character sets.
57 </li>
58 </ul>
59 <div align="center">
60 <center>
61 <table border="0" width="100%" bgcolor="#C9C2BB" cellpadding="4">
62 <tr>
63 <td width="100%">
64 <blockquote>
65 <p><u>TITAN specific extensions to the standard:</u></p>
66 </blockquote>
67 <ul>
68 <li>
69 <p><i>constanst_ref</i> refers to a constant. The value of the constant appears in the log file.</p>
70 </li>
71 <li>
72 <p><i>variable_ref</i> refers to a variable. The actual value of the variable is copied to the log file.</p>
73 </li>
74 <li>
75 <p><i>template_ref</i> refers to a template. The log file will contain the actual field values of the referred template.</p>
76 </li>
77 </ul>
78 </td>
79 </tr>
80 </table>
81 </center>
82 </div>
83 <hr align="left" width="50%">
84 <p>Example 1:
85 <p><font face="Courier New">action ("Note the following value: ", v_qqon)<br>
86 </font>
87 <p>The text between quotation marks will be added to the log file followed by the value of the variable v_qqon.</p>
88 <hr align="left" width="25%">
89 <p><a HREF="../info/BNF.html#sutstatements">BNF definition</a> of <font face="Courier New">action</font></p>
90 </body>
91 </html>
This page took 0.032737 seconds and 5 git commands to generate.