qc_set_default_target_type qc_set_default_model_copy navigation bar

Table of Contents

qc_get_default_model_copy

Returns the default filename to which models are copied.

Syntax

filename = qc_get_default_model_copy % default filename to which model's are copied
    

Description

Returns the default filename to which to models are copied as part of QUARC's model logging capabilities. If automatic model copying is disabled then the empty string is returned. Format specifiers in the filename are retained.

The default filename to which models are copied may be changed using the qc_set_default_model_copy command.

Parameters

This function has no parameters.

Outputs

filename

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

Examples

filename = qc_get_default_model_copy; % Returns the default filename to which models are copied
    

See Also

 

navigation bar