Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
SUPER_f
Super block
Block Screenshot
Palette
Description
This block opens up a new Xcos window for editing a new block diagram. This diagram describes the internal functions of the super block.
Super block inputs and outputs (regular or event) are designated by special (input or output) blocks.
Regular input blocks must be numbered from 1 to the number of regular input ports. Regular input ports of the super block are numbered from the top of the block shape to the bottom. Regular output ports must be numbered from 1 to the number of regular output ports. Regular output ports of the super block are numbered from the top of the block shape to the bottom. Event input blocks must be numbered from 1 to the number of event input ports. Event input ports of the super block are numbered from the left of the block shape to the right. Event output ports must be numbered from 1 to the number of event output ports. Event output ports of the super block are numbered from the left of the block shape to the right.
Default properties
always active: no
direct-feedthrough: no
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: super
Interfacing function
SCI/modules/scicos_blocks/macros/Misc/SUPER_f.sci
SCI/modules/scicos_blocks/macros/Misc/DSUPER.sci
See also
- Masked super block
Any super block can be masked to provide a black box implementation with parameters.
Report an issue | ||
<< MBLOCK | User defined functions palette | c_block >> |