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.

Example:<br />

Determine if data block PG is null<br />

PARAML PG//'NULL'////S,N,NOPG $<br />

Option P1='PARAM'<br />

Check for the presence of a parameter PVT table.<br />

Format:<br />

Input Data Block:<br />

Parameters:<br />

Remark:<br />

1. The PVT table is output by the IFP and PVT modules.<br />

Example:<br />

Check for the presence of PARAM,AUTOSPC.<br />

PARAML PVT//'PARAM'//////'AUTOSPC'/S,N,NOAUTOSP $<br />

Option P1 = ‘PRESENCE’<br />

Test for the presence (existence) of a data block.<br />

PARAML<br />

Sets parameters from a data block<br />

PARAML PVT//'PARAM'/////<br />

PARAM1/S,N,NOPARM1/PARAM2/S,N,NOPARM2/<br />

PARAM3/S,N,NOPARM3/PARAM4/S,N,NOPARM4/<br />

PARAM5/S,N,NOPARM5/PARAM6/S,N,NOPARM6/<br />

PARAM7/S,N,NOPARM7/PARAM8/S,N,NOPARM8/<br />

PARAM9/S,N,NOPARM9/PARAM10/S,N,NOPARM10/<br />

PARAM11/S,N,NOPARM11/PARAM12/S,N,NOPARM12 $<br />

PVT Parameter value table<br />

PARAMi Input-character. Parameter name.<br />

NOPARMi Output-integer. If parameter exists then NOPARMi=1, otherwise,<br />

-1.<br />

Format:<br />

PARAML DB//'PRESENCE'////S,N,NODB $<br />

Input Data Block:<br />

DB Any data block.<br />

129

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

Saved successfully!

Ooh no, something went wrong!