f06 Package¶
f06 Module¶
f06Writer Module¶
-
class
pyNastran.f06.f06Writer.F06Writer(model='tria3')[source]¶ Bases:
object-
writeF06(f06OutName, isMagPhase=False, makeFile=True, deleteObjects=True)[source]¶ Writes an F06 file based on the data we have stored in the object
Parameters: - self – the object pointer
- f06OutName – the name of the F06 file to write
- isMagPhase – should complex data be written using Magnitude/Phase instead of Real/Imaginary (default=False; Real/Imag) Real objects don’t use this parameter.
- makeFile – True -> makes a file, False -> makes a StringIO object for testing (default=True)
-
f06_classes Module¶
matlabWriter Module¶
-
class
pyNastran.f06.matlabWriter.MatlabWriter(model='tria3')[source]¶ Bases:
object-
writeMatlab(mFileOutName, isMagPhase=False, deleteObjects=True)[source]¶ Writes an F06 file based on the data we have stored in the object
Parameters: - self – the object pointer
- mFileOutName – the name of the M (Matlab) file to write
- isMagPhase – should complex data be written using Magnitude/Phase instead of Real/Imaginary (default=False; Real/Imag) Real objects don’t use this parameter.
-