Main Content
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
setCallback
function.By default, the new custom callback is enabled. Disable or enable the custom callback by using the
enableCallback
function.To execute the custom callback, enable the callback and use the
runAnalysis
function.
Version History
Introduced in R2024a