Skip to content

Commit a172640

Browse files
authored
clarify that disturbance connectors may sometimes be needed in the plant model
1 parent a46e0e0 commit a172640

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/tutorials/disturbance_modeling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ We summarize the findings so far as a number of best practices:
9090
!!! tip "Best practices"
9191

9292
- Use a component-based workflow to model the plant
93-
- Model the plant without disturbance inputs to make it as generic as possible
93+
- If possible, model the plant without explicit disturbance inputs to make it as generic as possible
9494
- When disturbance inputs are needed, create a new model that includes the plant model and the disturbance inputs
9595
- Only add input _signals_ at the top level of the model, this applies to both control inputs and disturbance inputs.
9696
- Use analysis points to connect signals to inputs, this allows for easy disconnection of signals when needed, e.g., for linearization or function generation.

0 commit comments

Comments
 (0)