Expand/Collapse all
1. Introduction
2. M2Doc Basics
2.1. Adding an M2Doc Field
2.2. Displaying M2Doc Fields
2.3. Sample M2Doc Template
3. How AQL is used in medini analyze
3.1. How AQL differs from OCL
3.2. Useful AQL Services
3.2.1. Finding Elements with .eAllContents()
3.2.2. Filtering a List with select()
4. Adding Comments
5. About M2Doc Fields with no Output
6. Accessing Variables in medini analyze
6.1. Identifying available object properties in medini analyze
6.2. About medini analyze Proxies and M2Doc
7. Supported medini analyze Services
7.1. Using mediniGetContainer()
7.2. Using mediniGetOpposites()
7.3. Using mediniGetTracedElements()
7.4. Using mediniHaveSameType()
8. About Scripts
8.1. About the eval() Function
8.2. About Scripted Services
8.2.1. M2Doc Services for FMEA
8.2.2. M2Doc Services for FMEDA
9. About Images and Diagrams
9.1. Inserting Images and Diagrams
9.2. Converting Image Formats
9.3. Resizing Images
9.4. About Reliability Block Diagrams (RBDs)
9.5. Accessing Images in RTF Properties
10. About Tables
10.1. Creating the Table in Microsoft Word
10.2. Simple Table Example
10.3. Using a Checklist as a Source
10.4. Using a Guideword Analysis Table as a Source
11. Using for Loops to Iterate Through Elements
11.1. Adding Separators
11.2. Sorting a List in a Loop
12. Using Conditional Statements
13. Accessing Arrays
14. Formatting Large Decimal Numbers
14.1. toString()
14.2. toFixed()
14.3. toExponential()
14.4. toPrecision()
15. Co-Locating an External Document With the Output Report
16. Style Information in Derived Property Strings
17. Troubleshooting