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


GOTO

Send input data to the corresponding FROM block

Block Screenshot

Description

The main role of the GOTO/FROM blocks is to transport signals from a block to another block without connecting them physically. The GOTO block transports its input data to its corresponding FROM block. A simple GOTO block can send data to multiple FROM, although a FROM can receive data from only one GOTO.

The GOTO and FROM blocks are connected by the tag parameter.

The "Tag Visibility" parameter indicates if the location of the FROM block is limited:

- Local: means that the corresponding FROM of that GOTO must be in the same subsystem.

- Scoped: means that the corresponding FROM of that GOTO must be in the same subsystem or in any subsystem below the GotoTagVisibility block in the model hierarchy.

- Global: means that the corresponding FROM of that GOTO can be anywhere in the model.

This block can support all the data types.

Parameters

  • Tag

    This parameter identifies the Goto block whose scope is defined in this block.

    Properties : Type 'str' of size -1.

  • Tag Visibility(1=Local 2=scoped 3= global)

    This parameter identifies the visibility of the block. It can be local(1), scoped(2) or global(3).

    Properties : Type 'vec' of size 1.

Default properties

  • always active: no

  • direct-feedthrough: no

  • zero-crossing: no

  • mode: no

  • regular inputs:

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

  • number/sizes of activation inputs: 0

  • number/sizes of activation outputs: 0

  • continuous-time state: no

  • discrete-time state: no

  • object discrete-time state: no

  • name of computational function: goto

Interfacing function

  • SCI/modules/scicos_blocks/macros/Branching/GOTO.sci

See also

  • FROM — receives data from a corresponding GOTO
  • GotoTagVisibility — Define Scope of GOTO tag visibility
Report an issue
<< FROMMO Signal routing palette GOTOMO >>

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 May 22 12:39:47 CEST 2023