/[svn]/doc/docbase/instrument_scripts/nksp/reference/functions/nksp_wait_function.html
ViewVC logotype

Diff of /doc/docbase/instrument_scripts/nksp/reference/functions/nksp_wait_function.html

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2972 by schoenebeck, Fri Jul 15 16:03:20 2016 UTC revision 2973 by schoenebeck, Fri Jul 22 14:38:17 2016 UTC
# Line 12  Line 12 
12        the requested amount times elapsed by calling <code lang="nksp">stop_wait()</code> from another        the requested amount times elapsed by calling <code lang="nksp">stop_wait()</code> from another
13        event handler instance.        event handler instance.
14      </p>      </p>
15        <p>
16          The <code>??duration-us??</code> argument must neither
17          be negative nor zero, otherwise script execution will be aborted, because this
18          is a common indication of bugs in scripts which could potentially lead to
19          real-time instability or worse scenarios otherwise.
20        </p>
21      <note>      <note>
22        If the even handler instance's built-in variable <code>$NKSP_IGNORE_WAIT</code>        If the even handler instance's built-in variable <code>$NKSP_IGNORE_WAIT</code>
23        reflects <code>1</code> then all calls to <code>wait()</code> will be ignored.        reflects <code>1</code> then all calls to <code>wait()</code> will be ignored.
# Line 33  wait(??duration-us??) Line 39  wait(??duration-us??)
39        <tr>        <tr>
40          <td><code>??duration-us??</code></td>          <td><code>??duration-us??</code></td>
41          <td>Integer Number</td>          <td>Integer Number</td>
42          <td>Amount of microseconds to pause execution.<br>          <td>Positive (non zero) amount of microseconds to pause execution.<br>
43              [required]</td>              [required]</td>
44        </tr>        </tr>
45      </table>      </table>

Legend:
Removed from v.2972  
changed lines
  Added in v.2973

  ViewVC Help
Powered by ViewVC