addCallback
Description
addCallback(
        adds a custom callback to the Safety Analysis Manager spreadsheet,
          spreadsheet,callbackName)spreadsheet, with the specified name.
          addCallback creates a custom AnalyzeFcn
        callback.
Examples
Input Arguments
Tips
- The custom callback that you add does not contain code. To add code to the callback, use the - setCallbackfunction.
- By default, the new custom callback is enabled. Disable or enable the custom callback by using the - enableCallbackfunction.
- To execute the custom callback, enable the callback and use the - runAnalysisfunction.
Version History
Introduced in R2024a