11.01.2013 Views

NX Nastran DMAP Programmer's Guide - Kxcad.net

NX Nastran DMAP Programmer's Guide - Kxcad.net

NX Nastran DMAP Programmer's Guide - Kxcad.net

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

800<br />

AXMDRV<br />

Loop driver for auxiliary model processing<br />

AXMDRV Loop driver for auxiliary model processing<br />

Loop driver for auxiliary model processing.<br />

Format:<br />

AXMDRV AMLIST//S,N,AUXMID/S,N,AUXMFL $<br />

Input Data Blocks:<br />

AMLIST List of auxiliary model identification numbers.<br />

Output Data Blocks:<br />

None.<br />

Parameters:<br />

AUXMID Output-integer-default=0. Auxiliary model identification number.<br />

AUXMFL Output-logical-default=TRUE. Auxiliary model loop control flag. Set to<br />

FALSE when processing the last auxiliary model.<br />

Remarks:<br />

AXMDRV is intended to be called in a <strong>DMAP</strong> loop. Each time through the loop<br />

AXMDRV outputs the current auxiliary model identification number defined in<br />

AMLIST. AUXMFL is TRUE except for the last call when AUXMFL is set to FALSE,<br />

i.e., for the last auxiliary model.<br />

Example:<br />

AUXMID=-1 $ INITIALIZE<br />

DO WHILE ( AUXMFL ) $<br />

IF ( AUXMID=-1 ) THEN $<br />

AUXMID=0 $<br />

ELSE $<br />

AXMDRV AMLIST//S,N,AUXMID/S,N,AUXMFL $<br />

ENDIF $<br />

.<br />

.<br />

.<br />

ENDDO $

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!