pyNastran/op2/fortran_format

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

fortran_format Module

digraph inheritance630f9c3489 { bgcolor=transparent; rankdir=LR; size=""; "pyNastran.op2.fortran_format.FortranFormat" [URL="#pyNastran.op2.fortran_format.FortranFormat",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="defines basic methods for reading Fortran formatted data files"]; "pyNastran.op2.fortran_format.Op2Tables" [URL="#pyNastran.op2.fortran_format.Op2Tables",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top"]; }
Defines:
  • FortranFormat

class pyNastran.op2.fortran_format.FortranFormat[source]

Bases: object

defines basic methods for reading Fortran formatted data files

is_all_subcases

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, endian=None)[source]
class pyNastran.op2.fortran_format.Op2Tables(op2: OP2)[source]

Bases: object