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(n: int, types: str = 'ifs', endian=None, force: bool = False)[source]

Shows binary data

show_data(data, types: str = 'ifs', endian=None, force: bool = False)[source]

Shows binary data

show_ndata(n: int, types: str = 'ifs', force: bool = False)[source]