~ubuntu-branches/ubuntu/karmic/scilab/karmic

« back to all changes in this revision

Viewing changes to man/scicos/HALT_f.cat

  • Committer: Bazaar Package Importer
  • Author(s): Torsten Werner
  • Date: 2002-03-21 16:57:43 UTC
  • Revision ID: james.westby@ubuntu.com-20020321165743-e9mv12c1tb1plztg
Tags: upstream-2.6
ImportĀ upstreamĀ versionĀ 2.6

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