Scope à affichage multiple
Au début de la simulation, ce bloc ouvre une fenêtre pour afficher
l'évolution temporelle des données qui seront lues sur les ports
d'entrées réguliers.
Ce bloc est donc similaire à un oscilloscope.
Il permet l'affichage de multiple abscisses (une par entrée).
Ces abscisses peuvent avoir des échelles temporelles différentes
qui seront définies par le paramètre Refresh period.
- Input ports sizes
It allows multiple input ports.
Propriétés : Type 'vec' de taille -1
- Drawing colors
a vector of integers. The i-th element is the color
number (greater than 0) or dash type (less than 0) used to draw the evolution
of the i-th input port signal. See plot2d for color
(dash type) definitions.
Propriétés : Type 'vec' de taille -1
- Output window number
The number of graphic window used for the display.
It is often good to use high values to avoid conflict
with palettes and Super Block windows. If default value
is used (1), Scicos define the output window number.
Propriétés : Type 'vec' de taille 1
- Output window position
a 2 vector specifying the coordinates
of the upper left corner of the graphic window. Answer [] for
default window position.
Propriétés : Type 'vec' de taille -1
- Output window sizes
a 2 vector specifying the coordinates of
the upper left corner of the graphic window. Answer []
for default window position.
Propriétés : Type 'vec' de taille -1
- Ymin vector
Minimum values of the input; used to set up the Y-axis
of the plot in the graphics window.
Propriétés : Type 'vec' de taille size(%1,'*')
- Ymax vector
Maximum values of the input; used to set up the Y-axis
of the plot in the graphics window.
Propriétés : Type 'vec' de taille size(%1,'*')
- Refresh period
Maximum value on the X-axis (time). The plot
is redrawn when time reaches a multiple of this value.
Propriétés : Type 'vec' de taille size(%1,'*')
- Buffer size
To improve efficiency it is possible to buffer the
input data. The drawing is only done after each
Buffer size call to the block.
Propriétés : Type 'vec' de taille 1
- Accept herited events 0/1
if 0 CSCOPE_f draws a new point
only when an event occurs on its event input port. if 1
CSCOPE_f draws a new point when an event occurs
on its event input port and when it's regular input changes
due to an event on an other upstrem block (herited events).
Propriétés : Type 'vec' de taille 1
- Name of Scope
Name/label of the block.
Propriétés : Type 'str' de taille 1
- toujours actif: non
- direct-feedthrough: oui
- détection de passage à zéro: non
- mode: non
- entrée régulières:
- port 1 : taille [1,1] / type 1
- port 2 : taille [1,1] / type 1
- nombre des entrées évènementielles: 0
- nombre des sorties évènementielles: 0
- possède un état continu: non
- possède un état discret: non
- possède un état objet: non
- nom de la fonction de calcul: cmscope
- Ramine Nikoukhah INRIA
- Benoit Bayol