Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
6.1.0 - 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 > User defined functions palette > CBLOCK

CBLOCK

New C

Block Screenshot

Description

This block creates skeleton of the C-computing function. It also creates library file and object files.

Parameters

  • simulation function

    Name of the function to be generated.

    Properties : Type 'str' of size 1

  • is block implicit?

    If yes (y) is selected, it calls implicit solver (dasrt) else (n) it calls explicit solver, lsodar.

    Properties : Type 'str' of size 1

  • input ports sizes

    Number of regular input ports

    Properties : Type 'vec' of size -1

  • output ports sizes

    Number of regular output ports

    Properties : Type 'vec' of size -1

  • input event ports sizes

    Number of event input ports

    Properties : Type 'vec' of size -1

  • output events ports sizes

    Number of event output ports

    Properties : Type 'vec' of size -1

  • initial continuous state

    Initial Conditions

    Properties : Type 'vec' of size -1

  • number of zero crossing surfaces

    Select to enable zero crossing detection.

    Properties : Type 'vec' of size 1

  • initial discrete state

    Initial conditions of the discrete states.

    Properties : Type 'vec' of size -1

  • Real parameters vector

    Real Parameter vector that the function accepts.

    Properties : Type 'vec' of size -1

  • Integer parameters vector

    Integer Parameter vector that the function accepts.

    Properties : Type 'vec' of size -1

  • initial firing vector

    A vector. Size of this vector corresponds to the number of event outputs. The value of the ith entry specifies the time of the preprogrammed event firing on the ith output event port. If less than zero, no event is preprogrammed.

    Properties : Type 'vec' of size 'sum(%6)'

  • direct feedthrough

    The input to the block at the current time determine the output of the block at the current time. This forces the input to feed through to the output, as if the system were operating at steady-state.

    Properties : Type 'str' of size 1

  • time dependence

    Create a signal that specifies the time dependence.

    Properties : Type 'str' 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

  • regular outputs:

    - port 1 : size [1,1] / 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:

Interfacing function

  • SCI/modules/scicos_blocks/macros/Misc/CBLOCK.sci

Report an issue
<< c_block User defined functions palette DEBUG >>

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:
Tue Feb 25 08:50:43 CET 2020