My Project
Public Member Functions | Public Attributes | List of all members
plotPadList.PlotPads Class Reference

Public Member Functions

def __init__ (self, run_name=[""], numeric_method="_midpoint_", time_steps_plotted=300000)
 
def loadYaml (self, run_name)
 
def loadFiles (self, run_name, numeric_method)
 
def getPadLabels (self, run_name, use_dictionary_names=False)
 
def x_values_for_run (self, run_name, number_data_points=0)
 
def setUpPlot (self, run_name)
 
def plot_pad_position (self)
 
def plot_pad_velocity (self)
 
def plot_pad_position_different_time_step (self)
 

Public Attributes

 time_steps_plotted
 
 results_path
 
 run_parameters
 
 pad_position
 
 pad_velocity
 
 label_names
 
 one_block_boolean
 
 linewidth
 
 x
 

Detailed Description

Definition at line 24 of file plotPadList.py.

Constructor & Destructor Documentation

◆ __init__()

def plotPadList.PlotPads.__init__ (   self,
  run_name = [""],
  numeric_method = "_midpoint_",
  time_steps_plotted = 300000 
)

Definition at line 25 of file plotPadList.py.

Here is the call graph for this function:

Member Function Documentation

◆ getPadLabels()

def plotPadList.PlotPads.getPadLabels (   self,
  run_name,
  use_dictionary_names = False 
)

Definition at line 62 of file plotPadList.py.

Here is the call graph for this function:

◆ loadFiles()

def plotPadList.PlotPads.loadFiles (   self,
  run_name,
  numeric_method 
)

Definition at line 39 of file plotPadList.py.

◆ loadYaml()

def plotPadList.PlotPads.loadYaml (   self,
  run_name 
)

Definition at line 33 of file plotPadList.py.

◆ plot_pad_position()

def plotPadList.PlotPads.plot_pad_position (   self)

Definition at line 106 of file plotPadList.py.

◆ plot_pad_position_different_time_step()

def plotPadList.PlotPads.plot_pad_position_different_time_step (   self)

Definition at line 138 of file plotPadList.py.

◆ plot_pad_velocity()

def plotPadList.PlotPads.plot_pad_velocity (   self)

Definition at line 123 of file plotPadList.py.

◆ setUpPlot()

def plotPadList.PlotPads.setUpPlot (   self,
  run_name 
)

Definition at line 95 of file plotPadList.py.

◆ x_values_for_run()

def plotPadList.PlotPads.x_values_for_run (   self,
  run_name,
  number_data_points = 0 
)

Definition at line 79 of file plotPadList.py.

Here is the call graph for this function:

Member Data Documentation

◆ label_names

plotPadList.PlotPads.label_names

Definition at line 52 of file plotPadList.py.

◆ linewidth

plotPadList.PlotPads.linewidth

Definition at line 98 of file plotPadList.py.

◆ one_block_boolean

plotPadList.PlotPads.one_block_boolean

Definition at line 96 of file plotPadList.py.

◆ pad_position

plotPadList.PlotPads.pad_position

Definition at line 49 of file plotPadList.py.

◆ pad_velocity

plotPadList.PlotPads.pad_velocity

Definition at line 50 of file plotPadList.py.

◆ results_path

plotPadList.PlotPads.results_path

Definition at line 40 of file plotPadList.py.

◆ run_parameters

plotPadList.PlotPads.run_parameters

Definition at line 44 of file plotPadList.py.

◆ time_steps_plotted

plotPadList.PlotPads.time_steps_plotted

Definition at line 28 of file plotPadList.py.

◆ x

plotPadList.PlotPads.x

Definition at line 103 of file plotPadList.py.


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