getChanges
R2026bGet changed artifacts linked to artifacts in Safety Analysis Manager
Since R2024b
Syntax
Description
Spreadsheets
returns the detected changes in the specified Safety Analysis Manager
spreadsheet. The spreadsheet must be in a project.detectedChanges = getChanges(spreadsheet)
This function requires Requirements Toolbox™.
returns the detected changes in the specified spreadsheet row.detectedChanges = getChanges(spreadsheetRow)
returns the detected changes in the specified spreadsheet cell.detectedChanges = getChanges(spreadsheetCell)
Fault Tree Documents
Since R2026b
returns the detected changes in the specified Safety Analysis Manager fault
tree document. The fault tree document must be in a project.detectedChanges = getChanges(faultTreeDocument)
returns the detected changes in the specified fault tree document event.detectedChanges = getChanges(event)
returns the detected changes in the specified fault tree document gate.detectedChanges = getChanges(gate)
returns the detected changes in the specified fault tree document failure model.detectedChanges = getChanges(failureModel)
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2024bSee Also
Apps
Objects
slreq.Link(Requirements Toolbox) |slreq.LinkSet(Requirements Toolbox) |ChangeInformation|Spreadsheet|SpreadsheetCell|SpreadsheetRow|FaultTreeDocument|Event|FailureModel|Gate