Requirement diagram
Overviewβ
A requirement diagram shows requirements and how they connect to each other and to other documented elements, following the SysML v1.6 standards.
Codeβ
requirementDiagram
requirement test_req {
id: 1
text: the test text.
risk: high
verifymethod: test
}
element test_entity {
type: simulation
}
test_entity - satisfies -> test_req