diff --git a/docs/4_4_1_can.adoc b/docs/4_4_1_can.adoc index feb90b2d..3521a599 100644 --- a/docs/4_4_1_can.adoc +++ b/docs/4_4_1_can.adoc @@ -637,7 +637,8 @@ _A simple Network FMU might also choose to treat Bus Error or Arbitration operat start: "false" ---- -CAN Bus Terminals of a Bus Simulation (FMU) might include this configuration parameter, by using a `calculatedParameter` or `constant output` to participate in an importer parameter propagation feature. +A Bus Simulation FMU might indicate via a variable with memberName=<> in the CAN Bus Terminals whether it sends bus notifications or not. +If the sending of bus notifications can be configured (e.g., via a structural parameter), the attributes of the <> variable shall contain `causality="calculatedParameter"` and `variability="fixed"`; or `causality="output"` and `variability="constant"` otherwise. .Parameter to configure bus notifications within a CAN Bus Terminal of the Bus Simulation. [[figure-fmu-can-bus-notifications-parameter-in-bus-simulation]]