pyyeti.nastran.op2.OP2.rdop2tabheaders

OP2.rdop2tabheaders()[source]

Read op2 table headers into a list

Notes

File must be positioned after name and trailer block. For example, to read the table headers of the last GEOM1S data block:

o2 = op2.OP2('modes.op2')
o2.set_position('GEOM1S', -1)
name, trailer, dbtype = o2.rdop2nt()
o2.rdop2tabheaders()