Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This will create file my_ana_pkg/src/my_ana_mod.py which contains boilerplate code for analysis module. In this command the "-l pyana-module" stands for module language, the "-o my_ana_pkg/src" indicates the output directory, and the package name my_ana_pkg is usualy used for comments in the created module(s). The codegen command can also be used to geneate other template modules, as explained here.

...