qc_set_default_model_copy qc_set_default_model_log navigation bar

Table of Contents

qc_get_default_model_log

Returns the default filename for model logging.

Syntax

filename = qc_get_default_model_log % default filename for the model's log
    

Description

Returns the default filename for model logs. If automatic model logging is disabled then the empty string is returned. Format specifiers in the filename are retained.

The default filename for model logs may be changed using the qc_set_default_model_log command.

Parameters

This function has no parameters.

Outputs

filename

A string containing the default log filename e.g.'%m_%{time}.log'

Examples

filename = qc_get_default_model_log; % Returns the default filename for the model log
    

See Also

 

navigation bar