*RegisterReportsLog()
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)
Application
MotionView
Inputs
- lib_name
- The library name.
- path
- The absolute path to the .reports file, including the file name.
Context
*BeginMDLDefaults()
*BeginModelDefaults()
Example
*RegisterReportsLog(Cars/Small Trucks, {getenv("HOME")+ "/.reports"})
*RegisterReportsLog(My library, “C:/my_library/.reports"})
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.