Registers the log file for the reports that are listed when View Reports is selected from the Analysis menu in the MotionView window.
Syntax |
*RegisterReportsLog(lib_name, path) |
|
Arguments |
Name |
Description |
lib_name |
The library name. |
|
path |
The absolute path to the .reports file, including the file name. |
|
Example |
*RegisterReportsLog(Cars/Small Trucks, {getenv("HOME")+ "/.reports"}) *RegisterReportsLog(My library, “C:/my_library/.reports"}) |
|
Application |
MotionView. |
|
Context |
||
Comments |
Report log file for more than one library can be specified by using this statement multiple times with a different lib_name. Make sure that the same lib_name is used in corresponding *RegisterTaskWizardFile() and *RegisterWizardLibDir() statements to specify the Task Wizard file and the library directory for the same library. |
|
See also |
|
|