Signal Invalidation
Control AUTOSAR root outport data element invalidation
Libraries:
AUTOSAR Blockset /
Classic Platform /
Signal Routing
Description
Relay the first input, a data value, to the output, based on the value of the second input, an invalidation control flag.
If the input data value is valid (invalidation control flag is false
),
the software relays the input data value to the output.
If the input data value is invalid (invalidation control flag is true
),
the resulting action is determined by the value of the block parameter Signal
invalidation policy:
Keep
- Replace the input data value with the last valid signal value.Replace
- Replace the input data value with the value of the block parameter Initial value.DontInvalidate
- Do not replace the input data value.
This block must be connected directly to a root outport block. It cannot be used within a reusable subsystem.
Ports
Input
Output
Parameters
Extended Capabilities
Version History
Introduced in R2015b