pyNastran/op2/fortran_format

This is the pyNastran.op2.fortran_format.rst file.

fortran_format Module

Inheritance diagram of pyNastran.op2.fortran_format
Defines:
  • FortranFormat
class pyNastran.op2.fortran_format.FortranFormat[source]

Bases: object

defines basic methods for reading Fortran formatted data files

is_all_subcases = None

stores if the user entered [] for isubcases

show(self, n, types='ifs', endian=None)[source]

Shows binary data

show_data(self, data, types='ifs', endian=None)[source]

Shows binary data

show_ndata(self, n, types='ifs')[source]