|
D.11.2.14 controlExample
Procedure from library control.lib (see control_lib).
- Usage:
- controlExample(s); s a string
- Return:
- ring
- Purpose:
- set up an example from the mini database by initalizing a ring and a module in a ring
- Note:
- in order to see the list of available examples, execute
controlExample("show");
To use an example, one has to do the following. Suppose one calls the ring, where the example will be activated, A. Then, by executing
def A = controlExample("Antenna"); and setring A; ,
A will become a basering from the example "Antenna" with
the predefined system module R (transposed).
After that one can just execute control(R); respectively
autonom(R); to perform the control resp. autonomy analysis of R.
Example:
|