Use of Bracket Instance
- Last UpdatedFeb 01, 2023
- 1 minute read
Bracket instances are used by simply replacing the bracket name with the name of a bracket instance in the bracket statement. Also during interactive definition of the bracket the user will be offered to select among instances and the parameters of the picked instance will be copied into the normal definition form for brackets.
If the user changes any of the default parameters, those values will take over and will also be displayed in the bracket statement.
Some of the default parameters may be irrelevant in a certain connection case ("syntax"). If so, that parameter will normally be disregarded.
The example below shows two statements generating the same bracket with and without use of a bracket instance.
BRA, B, MAT=9, A=350, B=350, SYN=2, ... ;
BRA, B350, SYN=2,... ;