We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
The following code gives ERROR: TypeError: non-boolean (Num) used in boolean context
ERROR: TypeError: non-boolean (Num) used in boolean context
using ModelingToolkit using ModelingToolkitStandardLibrary.Blocks @parameters k = 3 Ti = 0.5 Td = 1 / 100 @named pid_controller = PID(;k, Ti, Td)