My Project
Public Member Functions | Public Attributes | List of all members
plotPadSingle.PlotPad Class Reference

Public Member Functions

def __init__ (self, run_name="", numeric_method="_midpoint_")
 
def loadFiles (self, run_name, numeric_method)
 
def setUpPlot (self)
 
def plot_pad_position (self)
 
def plot_pad_velocity (self)
 
def plot_pad_friction (self)
 
def plot_pad_position_vers_velocity (self)
 
def plot_segments (self)
 

Public Attributes

 results_path
 
 run_parameters
 
 pad_position
 
 pad_velocity
 
 pad_friction
 
 one_block_boolean
 
 linewidth
 
 x
 
 percent_interval
 

Detailed Description

Definition at line 22 of file plotPadSingle.py.

Constructor & Destructor Documentation

◆ __init__()

def plotPadSingle.PlotPad.__init__ (   self,
  run_name = "",
  numeric_method = "_midpoint_" 
)

Definition at line 24 of file plotPadSingle.py.

Here is the call graph for this function:

Member Function Documentation

◆ loadFiles()

def plotPadSingle.PlotPad.loadFiles (   self,
  run_name,
  numeric_method 
)

Definition at line 29 of file plotPadSingle.py.

◆ plot_pad_friction()

def plotPadSingle.PlotPad.plot_pad_friction (   self)

Definition at line 83 of file plotPadSingle.py.

◆ plot_pad_position()

def plotPadSingle.PlotPad.plot_pad_position (   self)

Definition at line 67 of file plotPadSingle.py.

◆ plot_pad_position_vers_velocity()

def plotPadSingle.PlotPad.plot_pad_position_vers_velocity (   self)

Definition at line 91 of file plotPadSingle.py.

◆ plot_pad_velocity()

def plotPadSingle.PlotPad.plot_pad_velocity (   self)

Definition at line 75 of file plotPadSingle.py.

◆ plot_segments()

def plotPadSingle.PlotPad.plot_segments (   self)

Definition at line 95 of file plotPadSingle.py.

◆ setUpPlot()

def plotPadSingle.PlotPad.setUpPlot (   self)

Definition at line 44 of file plotPadSingle.py.

Member Data Documentation

◆ linewidth

plotPadSingle.PlotPad.linewidth

Definition at line 47 of file plotPadSingle.py.

◆ one_block_boolean

plotPadSingle.PlotPad.one_block_boolean

Definition at line 45 of file plotPadSingle.py.

◆ pad_friction

plotPadSingle.PlotPad.pad_friction

Definition at line 42 of file plotPadSingle.py.

◆ pad_position

plotPadSingle.PlotPad.pad_position

Definition at line 39 of file plotPadSingle.py.

◆ pad_velocity

plotPadSingle.PlotPad.pad_velocity

Definition at line 41 of file plotPadSingle.py.

◆ percent_interval

plotPadSingle.PlotPad.percent_interval

Definition at line 64 of file plotPadSingle.py.

◆ results_path

plotPadSingle.PlotPad.results_path

Definition at line 30 of file plotPadSingle.py.

◆ run_parameters

plotPadSingle.PlotPad.run_parameters

Definition at line 35 of file plotPadSingle.py.

◆ x

plotPadSingle.PlotPad.x

Definition at line 62 of file plotPadSingle.py.


The documentation for this class was generated from the following file: