HyperWorks Solvers

SAVE_MODEL

SAVE_MODEL

Previous topic Next topic No expanding text in this topic  

SAVE_MODEL

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

Subroutine Type

Utility/Data Access

Definition

SAVE_MODEL is used to save the current model from a user-written CONSUB.

Calling Syntax

Fortran

CALL SAVE_MODEL (xml_file_name, errflg)

 

C/C++

C_save_model (char* xml_file_name, int* errflg);

 

Python

errflg = py_save_model (xml_file_name)

 

MATLAB

errflg = m_save_model (xml_file_name)

Input Arguments

xml_file_name

character array

Specifies the name of the file in which the model is to be saved.

Output Values

errflg

integer

The result of calling SAVE_MODEL.

0 = Success

Comments

Errflag returns a nonzero value if the call to SAVE_MODEL is not successful.

See Also:

Data Access Subroutines