Scilab 5.5.2
- Scilab Help
- Graphics
- 2d_plot
- 3d_plot
- annotation
- axes_operations
- axis
- bar_histogram
- Color management
- Datatips
- figure_operations
- geometric_shapes
- handle
- interaction
- lighting
- load_save
- pie
- polygon
- property
- text
- transform
- window_control
- GlobalProperty
- Graphics: Getting started
- Compound properties
- Graphics Entities
- object editor
- pixel_drawing_mode
- Segments properties
- twinkle
- xchange
- xclear
- xdel
- xget
- xgetech
- xgraduate
- xgrid
- xname
- xnumb
- xpause
- xsegs
- xset
- xsetech
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
However, this page did not exist in the previous stable version.
xpause
suspend Scilab
Calling Sequence
xpause(microsecs)
Arguments
- microsecs
an integer, the number of microseconds.
Description
xpause
suspends the current process for the
number of microseconds specified by the argument
microsecs
. The actual suspension time may
be longer because of other activities in the system, or because of
the time spent in processing the call.
Examples
Report an issue | ||
<< xnumb | Graphics | xsegs >> |