Generate documentation for DPF

Member, Moderator, Employee Posts: 884
100 Answers 500 Comments 250 Likes Second Anniversary
✭✭✭✭
edited June 2023 in Structures

How can I generate the documentation for Data Processing Framework DPF?

Tagged:

Best Answer

  • Member, Moderator, Employee Posts: 884
    100 Answers 500 Comments 250 Likes Second Anniversary
    ✭✭✭✭
    Answer ✓

    In 2020R2, from Mechanical, the documentation can be generated with the following lines of code:

    1. import mech_dpf
    2. mech_dpf.setExtAPI(ExtAPI)
    3. import Ans.DataProcessing as dpf
    4. mech_dpf.help()

    A string is returned in the console to show the folder in which the documentation is saved. It is saved in a .html file that can then be opened in any web browser.

Answers

Welcome!

It looks like you're new here. Sign in or register to get started.