Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
6.1.1 - Français

Change language to:
English - 日本語 - Português - Русский

Please note that the recommended version of Scilab is 2024.0.0. This page might be outdated.
See the recommended documentation of this function

Aide de Scilab >> Xcos > palettes > Sinks palette > SCALE_CSCOPE

SCALE_CSCOPE

Single Display Scope with autoscale feature of graph

Block Screenshot

Description

The Scope block displays its input with respect to simulation time. Both axes have a common range. The Scope allows you to adjust the amount of time and the range of input values displayed. It has feature to scale graph at runtime.

Dialog box

  • Color

    a vector of integers. The i-th element is the color number (≥ 0) or marker type (< 0) used to draw the evolution of the i-th input port signal. Seeplot2d for color (dash type) definitions.

    Properties : Type 'vec' of size 8

  • 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.

    Properties : Type 'vec' of size 1

  • Output window position

    a 2 vector specifying the coordinates of the upper left corner of the graphic window. Answer [] for default window position.

    Properties : Type 'vec' of size 1

  • Output window sizes

    a 2 vector specifying the coordinates of the upper left corner of the graphic window. Answer [] for default window position.

    Properties : Type 'vec' of size -1

  • Ymin

    Minimum values of the input; used to set up the Y-axis of the plot in the graphics window.

    Properties : Type 'vec' of size 1

  • Ymax

    Maximum values of the input; used to set up the Y-axis of the plot in the graphics window.

    Properties : Type 'vec' of size 1

  • Refresh period

    Maximum value on the X-axis (time). The plot is redrawn when time reaches a multiple of this value.

    Properties : Type 'vec' of size 1

  • Buffer size

    To improve efficiency it is possible to buffer the input data. The drawing is only done after eachBuffer size call to the block.

    Properties : Type 'vec' of size 1

  • Accept herited events 0/1

    if 0CSCOPE_f draws a new point only when an event occurs on its event input port. If 1CSCOPE_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 upstream block (herited events).

    Properties : Type 'vec' of size 1

  • Name of Scope

    Name/label of the block.

    Properties : Type 'str' of size 1

  • Auto scale 0/1

    if 0 autoscaling of graph wont be activated If 1 autoscaling of graph at runtime will be activated and visible.

    Properties : Type 'vec' of size 1

Default properties

  • always active: no

  • direct-feedthrough: yes

  • zero-crossing: no

  • mode: no

  • regular inputs:

    - port 1 : size [-1,1] / type 1

  • number/sizes of activation inputs: 1

  • number/sizes of activation outputs: 0

  • continuous-time state: no

  • discrete-time state: no

  • object discrete-time state: no

  • name of computational function: scale_cscope

Interfacing function

  • SCI/modules/scicos_blocks/macros/Sinks/SCALE_CSCOPE.sci

Computational function

  • SCI/modules/scicos_blocks/src/c/scale_cscope.c (Type 4)

Single display scope example with auto scale

Report an issue
<< SCALE_CMSCOPE Sinks palette TOWS_c >>

Copyright (c) 2022-2023 (Dassault Systèmes)
Copyright (c) 2017-2022 (ESI Group)
Copyright (c) 2011-2017 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Mon Jan 03 14:33:08 CET 2022