connect (Control Design and Simulation Module, MathScript Class)
From LabView Control Design MathScript Functions
connect (Control Design and Simulation Module, MathScript Class)
Use members of the connect class to connect systems models together in various configurations.
| Function | Description |
| append | Appends system models together |
| diag | Constructs a system model whose diagonal contains copies of another model |
| feedback | Connects two system models in a closed-loop configuration |
| hconcat | Horizontally concatenates two or more system models. |
| parallel | Connects two system models together in a parallel configuration |
| series | Connects two system models together in a serial configuration |
| vconcat | Vertically concatenates two or more system models |