| Scope: | Sequence Injection |
| Parameters: | pattern as a string |
| Description: | Returns the list of all Signals with a given name of current scope (can use wildcards). |
| Syntax: |
AllSignalsByName(pattern as a string) as a list |
Example: | Count(CurrentSequence.AllSignalsByName("DAD*")) returns the number of signals which name starts by DAD in the current sequence. |
|
Returned scope: | List of Signals |