Skip to content
Snippets Groups Projects
Commit b8b24b14 authored by Fredrik Bagge Carlson's avatar Fredrik Bagge Carlson
Browse files

Require LabConnection

parent 8912ea2a
No related branches found
No related tags found
No related merge requests found
......@@ -73,7 +73,7 @@ Usage is demonstrated below, which is a simplified implementation of the block
diagram above (transfer function- and signal names corresponds to the figure).
First two `SysFilter` objects are created, these objects can now be used as
functions of an input, and return the filtered output. The `SysFilter` type takes
care of updating remembering the state of the system when called.
care of updating and remembering the state of the system when called.
```julia
G1f = SysFilter(G1)
G4f = SysFilter(G4)
......
# __precompile__()
installed_packages = Pkg.installed()
if "LabConnection" keys(installed_packages)
Pkg.clone("https://gitlab.control.lth.se/labdev/LabConnection.jl")
end
module LabProcesses
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment