flashkit analyzeΒΆ
The page defines the application programing interface specification for the analyze category.
The command line interface for the analyze catagory of operations is:
usage: flashkit analyze [-h] <command> [<args>...]
Introspect simulation directories and analyze results simulation jobs
commands:
where Introspect recursively for a desired parameter in flashkit understood files
options:
-h, --help Show this message and exit.
Use the -h/--help flag with the above commands to
learn more about their usage.
The python interface for the analyze catagory of operations is accessed with the following code:
from flashkit import flash
...
flash.analyze.operation(options=value, flag=True, ...)
The interface specification each of the operations within the analyze catagory of operations can be found in the following: