~ubuntu-branches/ubuntu/hoary/scilab/hoary

« back to all changes in this revision

Viewing changes to man/scicos/HALT_f.cat

  • Committer: Bazaar Package Importer
  • Author(s): Torsten Werner
  • Date: 2005-01-09 22:58:21 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050109225821-473xr8vhgugxxx5j
Tags: 3.0-12
changed configure.in to build scilab's own malloc.o, closes: #255869

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
HALT_f             Scilab Group             Scicos Block             HALT_f
2
 
NAME
3
 
   HALT_f - Scicos Stop block
4
 
  
5
 
DIALOGUE PARAMETERS
6
 
 State on halt   : scalar. A value to be placed in the state of the block.
7
 
                 For debugging purposes this allows to distinguish between
8
 
                 different halts.
9
 
                 
10
 
DESCRIPTION
11
 
   This block has a unique input event port. Upon the arrival of an event,
12
 
  the simulation is stopped and the main Scicos window is activated.
13
 
  Simulation can be restarted or continued (Run button).        
14