TABLO-like X-statements


You can put these TABLO-like statements in command files and they will act as if appended to the end of the original TAB file. Syntax is similar to analogous statements in TABLO.

xset....

xsubset...

xfile....

xwrite...

xdisplay.....

Examples:

xfile(new,text) sjout ;

xwrite alphafac to file sjout ;

New for GEMPACK 9.0

You can have PostSim sections in CMF files, eg:

XPostsim (Begin) ;

XSet COM4 (c1-c4) ;

XSubset COM4 is subset of COM ;

Xfile (New) Postsim2 ;

XWrite (all,c,COM4) Coeff1(c) to file Postsim2 header CF1 ;

Xdisplay x1 ; ! Displaying values of a variable

XPostsim (End) ;

 

Xwrite (Postsim) Coeff1 to terminal ;

Back to CMF contents



URL of this topic: www.copsmodels.com/webhelp/tabmate/hc_xstatements.htm

Link to full GEMPACK Manual

Link to GEMPACK homepage