Engee documentation

series

Page in progress.

Serial connection of two models.

Library

EngeeControlSystems

Syntax

Function call

sys = series(sys1, sys2) connects two links in series sys1 and sys2, which is equivalent to their work. Both must be either continuous or discrete with the same sampling period.

Arguments

Input arguments

# sys1 — dynamic system model

+ dynamic system model

Details

The first dynamic link.

Data types

Pid, PidStd

# sys2 — dynamic system model

+ dynamic system model

Details

The second dynamic link.

Data types

Pid, PidStd

Output arguments

# sys — the resulting system

+ dynamic system model

Details

The system resulting from the combination of two models.

Data types

ControlSystemsBase.TransferFunction