pyyeti.nastran.op2.OP2.rdop2nt

OP2.rdop2nt()[source]

Read Nastran output2 data block name and trailer.

Returns:

  • tuple ((name, trailer, type)) –

    namestring

    Name of upcoming data block (upper case).

    trailertuple

    Data block trailer.

    type0 or 1

    0 means table, 1 means matrix.

  • All outputs will be None for end-of-file.