Parametric Frequency Sweep with the command line interface
Parametric Frequency Sweep with the command line interface#
NeurEcoFNN is the executable used for building, evaluating and exporting Frequency Domain models. The executable can be called directly from a terminal / PowerShell only after a full installation (the portable version does not offer this option). To call the executable, run the command:
neurecoFNN
which will output:
Running NeurEco Frequential version 3.0.616.0 compiled with MSVC v1928 on Feb 14 2023 @ 11:30:42
usage: neurecoFNN [-h] [command <parameters>]
Entry point for neurecoFNN network building and evaluation.
Commands:
build <configurationFilename>
build a neurecoFNN network from a given input solution/excitation set.
evaluate <configurationFilename>
evaluate a neurecoFNN network from a given input solution/excitation set.
exportFMU <serialized network full path> <FMU model full path> <ORed platform flag (windows=1, linux=2)>
export a serialized network as an FMU file.
Optional arguments:
-h, --help show this message and exit
Only build, evaluate and export to FMU are available via call to executable.
- Data preparation for NeurEco Parametric Frequency Sweep with the command line interface
- Build NeurEco Parametric Frequency Sweep model with the command line interface
- Evaluate NeurEco Parametric Frequency Sweep model with the command line interface
- Export NeurEco Parametric Frequency Sweep model with the command line interface
- Illustrative test cases Parametric Frequency Sweep
- Tutorial: using NeurEco command line interface for a Parametric Frequency Sweep problem