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

Turn off precompilation

parent 41e269d1
Branches
Tags
No related merge requests found
__precompile__() # __precompile__()
module LabProcesses module LabProcesses
......
export run_control_2DOF export run_control_2DOF
""" """
y,u,r = run_control(process, sysFB[, sysFF]; duration = 10, reference(t) = sign(sin(2π*t))) y,u,r = run_control_2DOF(process, sysFB[, sysFF]; duration = 10, reference(t) = sign(sin(2π*t)))
Perform control experiemnt on process where the feedback and feedforward controllers are given by Perform control experiemnt on process where the feedback and feedforward controllers are given by
`sysFB` and `sysFF`, both of type `StateSpace`. `sysFB` and `sysFF`, both of type `StateSpace`.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment