Scripts
After installation of the pyawe_awc package the following scripts are available:
awc-file
This script reads an AWC file and dumps its parsed content to stdout. It can also be used to extract AWB data and write this into a file.
usage: awc-file [-h] [-o OUTPUT] awc_file
AWC file parser.
Version: 1.0.1
positional arguments:
awc_file Path to AWC file
options:
-h, --help show this help message and exit
-o OUTPUT, --output OUTPUT
When given dumps the AWB data into file
awc-schema
Dump the JSON schema of the AWC file to stdout or into a file. This schema can be used, e.g., on Matlab side to validate generated AWC files.
usage: awc-schema [-h] [-o OUTPUT]
AWC schema provider.
Version: 1.0.1
options:
-h, --help show this help message and exit
-o OUTPUT, --output OUTPUT
When given dump schema into file
awc-docs
Shows this documentation of PyAWE AWC Parser in a web browser.
usage: awc-docs [-h]
Shows the link for the HTML documentation.
options:
-h, --help show this help message and exit