root/branches/livecd/RWTHMindstormsNXT/doc/functions/help/MOTOR_B.html @ 462

Revision 462, 2.6 KB (checked in by behrens, 5 years ago)

add warning (NXTmotor), comments, docus

Line 
1
2<!DOCTYPE html
3  PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
4<html>
5   <head>
6      <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
7   
8      <!--
9This HTML is auto-generated from an M-file.
10To make changes, update the M-file and republish this document.
11      -->
12      <title>MOTOR_B</title>
13      <meta name="generator" content="MATLAB 7.7">
14      <meta name="date" content="2008-11-04">
15      <meta name="m-file" content="script_MOTOR_B">
16<link type="text/css" rel="stylesheet" href="../../style.css">
17  </head>
18   <body>
19<p class="header">RWTH - Mindstorms NXT Toolbox</p>
20      <div class="content">
21         <h1>MOTOR_B</h1>
22         <!--introduction-->
23         <p>Symbolic constant MOTOR_B (returns 1)</p>
24         <!--/introduction-->
25         <h2>Contents</h2>
26         <div>
27            <ul>
28               <li><a href="#2">Syntax</a></li>
29               <li><a href="#4">Description</a></li>
30               <li><a href="#6">Example</a></li>
31               <li><a href="#8">See also</a></li>
32               <li><a href="#10">Signature</a></li>
33            </ul>
34         </div>
35         <h2>Syntax<a name="2"></a></h2>
36         <p><tt>portB = MOTOR_B()</tt></p>
37         <h2>Description<a name="4"></a></h2>
38         <p><tt>portB = MOTOR_B()</tt> returns <tt>1</tt> as the value <tt>portB</tt>.
39         </p>
40         <h2>Example<a name="6"></a></h2><pre class="codeinput"> portB = MOTOR_B()
41 <span class="comment">%result: &gt;&gt; portB = 1</span>
42</pre><h2>See also<a name="8"></a></h2>
43         <p><a href="MOTOR_A.html">MOTOR_A</a>, <a href="MOTOR_C.html">MOTOR_C</a></p>
44         <h2>Signature<a name="10"></a></h2>
45         <div>
46            <ul>
47               <li><b>Author:</b> Linus Atorf, Alexander Behrens (see AUTHORS)
48               </li>
49               <li><b>Date:</b> 2007/10/15
50               </li>
51               <li><b>Copyright:</b> 2007-2008, RWTH Aachen University
52               </li>
53            </ul>
54         </div>
55         <p class="footer"><br>
56            Published with wg_publish; V1.0<br></p>
57      </div>
58      <!--
59##### SOURCE BEGIN #####
60%% MOTOR_B
61% Symbolic constant MOTOR_B (returns 1)
62%%
63%% Syntax
64% |portB = MOTOR_B()|
65%%
66%% Description
67% |portB = MOTOR_B()| returns |1| as the value |portB|.
68%%
69%% Example
70 portB = MOTOR_B()
71 %result: >> portB = 1
72%%
73%% See also
74% MOTOR_A, MOTOR_C
75%%
76%% Signature
77%%
78% * *Author:* Linus Atorf, Alexander Behrens (see AUTHORS)
79% * *Date:* 2007/10/15
80% * *Copyright:* 2007-2008, RWTH Aachen University
81%
82
83##### SOURCE END #####
84-->
85   </body>
86</html>
Note: See TracBrowser for help on using the browser.