HyperWorks Desktop

*RegisterReportsLog()

Registers the log file for the reports that are listed when View Reports is selected from the Analysis menu in the MotionView window.

*RegisterReportsLog()

Registers the log file for the reports that are listed when View Reports is selected from the Analysis menu in the MotionView window.

Previous topic Next topic No expanding text in this topic  

*RegisterReportsLog()

Registers the log file for the reports that are listed when View Reports is selected from the Analysis menu in the MotionView window.

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

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

*BeginMDLDefaults()

*BeginModelDefaults()

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

 

List of Preference Statements