SetSignal
This block sends signals to a corresponding GetSignal block by connecting the regular ports of the blocks without using a link. A single SetSignal block can send signals to multiple GetSignal blocks, but a GetSignal block can receive signals from only one SetSignal block.
Library
Routing
Description
The SetSignal block is used to connect explicit ports from a block to another without connecting them physically. It is used with a GetSignal block. A simple SetSignal block can send data to multiple GetSignal blocks, although a GetSignal can receive data from only one SetSignal. SetSignal transports its input data to its corresponding GetSignal block.
The "Signal Scope" parameter defines the scope in which the signal is defined. It can be:- Local: the Signal is available only in the current diagram.
- Scoped: the Signal is available within its scope specified by the its corresponding SignalScoping block.
- Global: the Signal is available throughout the model.
Parameters
Name | Label | Description | Data Type | Valid Values |
---|---|---|---|---|
tag | Signal name | String | ||
tagvis | Signal scope | String | 'Local' |