Subroutine Type |
Modeling |
|||||
Definition |
SAVSUB saves user-data written data to be loaded using RELSUB. |
|||||
Use |
Save user-defined data using the SAVE command: |
|||||
<Save model_file = "saved_model.xml"/> |
||||||
Calling Syntax |
Fortran SUBROUTINE SAVSUB (IUNIT, IERR)
C void STDCALL SAVSUB (int *iunit, int *errflg)
Python Not Supported
MATLAB Not Supported |
|||||
Input Arguments |
[integer] IUNIT |
Specifies the file that will be written using SAVSUB. |
||||
Output Values |
[integer] IERR |
The error flag, which is set to true in case of an error writing user-data. The error message is sent both to the screen and the message file. |
||||
Example |
For an example of SAVSUB, please refer to [install_path]\hwsolvers\motionsolve\usersub\. |
|||||
Comments |
|