pyNastran  0.5.0
pyNastran BDF Reader/Writer, OP2 Parser, and GUI
pyNastran::op2::resultObjects::tableObject Namespace Reference

Classes

class  TableObject
class  ComplexTableObject

Functions

def __init__
def isImaginary
def addF06Data
def updateDt
def deleteTransient
def getTransients
def addNewTransient
 initializes the transient variables
def add
def addSort1
def addSort2
def writeHeader
 return msg
def getAsSort1
def getAsSort2
 returns translations and rotations in sort2 format
def getTableMarker
def isATO
 Auto-Correlation Function.
def isCRM
 Correlated Root-Mean Square.
def isPSD
 Power Spectral Density.
def isRMS
 Root-Mean Square.
def isZERO
 Zero Crossings.
def ATO_words
def CRM_words
def PSD_words
def RMS_words
def ZERO_words
def plot
def getPlotData

Variables

 nonlinearFactor
 tableName
 analysisCode
 gridTypes
 translations
 rotations
 dt
 add
 dataCode

Function Documentation

def pyNastran.op2.resultObjects.tableObject.__init__ (   self,
  dataCode,
  isSort1,
  iSubcase,
  dt 
)

Definition at line 38 of file tableObject.py.

Referenced by plot().

Definition at line 57 of file tableObject.py.

def pyNastran.op2.resultObjects.tableObject.updateDt (   self,
  dataCode,
  dt 
)

Definition at line 82 of file tableObject.py.

Definition at line 91 of file tableObject.py.

Definition at line 95 of file tableObject.py.

References addNewTransient().

initializes the transient variables

Definition at line 102 of file tableObject.py.

References add.

Referenced by getTransients().

def pyNastran.op2.resultObjects.tableObject.add (   self,
  dt,
  out 
)

Definition at line 117 of file tableObject.py.

References addSort1().

def pyNastran.op2.resultObjects.tableObject.addSort1 (   self,
  dt,
  out 
)

Definition at line 130 of file tableObject.py.

References addSort2().

Referenced by add().

def pyNastran.op2.resultObjects.tableObject.addSort2 (   self,
  nodeID,
  out 
)

Definition at line 147 of file tableObject.py.

References writeHeader().

Referenced by addSort1().

return msg

Definition at line 203 of file tableObject.py.

References getAsSort1().

Referenced by addSort2().

Definition at line 213 of file tableObject.py.

References getAsSort2().

Referenced by writeHeader().

returns translations and rotations in sort2 format

Definition at line 218 of file tableObject.py.

References getTableMarker().

Referenced by getAsSort1().

Definition at line 412 of file tableObject.py.

References isATO().

Referenced by getAsSort2().

Auto-Correlation Function.

Definition at line 429 of file tableObject.py.

References isCRM(), and isPSD().

Referenced by getTableMarker().

Correlated Root-Mean Square.

Definition at line 436 of file tableObject.py.

References isRMS().

Referenced by isATO().

Power Spectral Density.

Definition at line 443 of file tableObject.py.

References isZERO().

Referenced by isATO().

Root-Mean Square.

Definition at line 450 of file tableObject.py.

References ATO_words().

Referenced by isCRM().

Zero Crossings.

Definition at line 457 of file tableObject.py.

References CRM_words(), and PSD_words().

Referenced by isPSD().

Definition at line 463 of file tableObject.py.

References RMS_words().

Referenced by isRMS().

Definition at line 467 of file tableObject.py.

References ZERO_words().

Referenced by isZERO().

Definition at line 471 of file tableObject.py.

References plot().

Referenced by isZERO().

Definition at line 475 of file tableObject.py.

Referenced by ATO_words().

Definition at line 479 of file tableObject.py.

References getPlotData().

Referenced by CRM_words().

def pyNastran.op2.resultObjects.tableObject.plot (   self,
  nodeList = None,
  resultType = 'Translation',
  coord = 3,
  markers = None,
  Title = None,
  hasLegend = True,
  Legend = None,
  xLabel = None,
  yLabel = None,
  alphaLegend = 0.5 
)
Parameters:
nodeLista list of the node IDs to plot vs the independent variable (default=None; all nodes)
resultTypethe variable to plot ('Translation','Rotation')
coordthe coordinate to plot (for <x,y,z>, x=0,y=1,z=2,Mag=3); default=Magnitude
markersa list of colors/marker shapes for each line
Titletitle of the plot (default=the object name)
hasLegendshould a legend be shown (default=False)
Legendthe list of the legend titles (default=No Legend)
xLabelthe name of the xAxis (default=the name of the independent variable; string)
yLabelthe name of the xAxis (default=the name of the dependent variable; string)
alphaLegendthe transparency of the legend; (0.0=solid; 1.0=transparent; default=0.5)
Todo:
fix alphaLegend; test options more...

Definition at line 503 of file tableObject.py.

References __init__().

Referenced by PSD_words().

def pyNastran.op2.resultObjects.tableObject.getPlotData (   obj,
  nodeList,
  resultType,
  coord,
  markers,
  Title,
  hasLegend,
  Legend,
  xLabel,
  yLabel 
)

Variable Documentation

 All Classes Namespaces Files Functions Variables