Changes between Version 53 and Version 54 of GENIEducation/SampleAssignments/UnderstandAMAPI/Procedure/DesignSetup


Ignore:
Timestamp:
02/13/14 16:28:20 (10 years ago)
Author:
sedwards@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIEducation/SampleAssignments/UnderstandAMAPI/Procedure/DesignSetup

    v53 v54  
    6767=== 3.1 Create a slice ===
    6868
    69 {{{
    70 #!html
    71 <table border="0">
    72    
    73       <tr>
    74 
    75        <td >
    76          <ol type='a'>
    77             <li> Create a slice using omni and the slice name of your choice.  From now on that slice name will be referred to as <tt>SLICENAME</tt>.
    78             <pre>
    79              $ omni createslice SLICENAME
    80             </pre>
    81             </li>
    82           </ol>
    83        </td>
    84     </tr>
    85  </table>
    86 }}}
    87 
     69Create a slice using omni and the slice name of your choice.  From now on that slice name will be referred to as `SLICENAME`.
     70{{{
     71$ omni createslice SLICENAME
     72}}}
    8873
    8974== 3.2. Import a simple experiment ==