carputils
Doxygen code documentation for the python framework controlling openCARP
Functions | Variables
bin.APDrestitution Namespace Reference

Plot APD restitution curve as generated with bench. More...

Functions

def parser ()
 
def readAPDrestitutionFile (APDfile)
 
def plotAPDrestitutionCurve (ax, APD, DI, lb)
 
def plotAPDrestitutionSlope (ax, APD, DI, lb)
 

Variables

def opts = parser().parse_args()
 
 fig = plt.figure()
 
bool plt_slope = True
 
int subs = 2
 
 r_ax = fig.add_subplot(subs,1,1)
 
 s_ax = fig.add_subplot(subs,1,2)
 
def l = opts.label[i]
 
 APD
 
 DI
 

Detailed Description

Plot APD restitution curve as generated with bench.

Function Documentation

◆ parser()

def bin.APDrestitution.parser ( )

◆ plotAPDrestitutionCurve()

def bin.APDrestitution.plotAPDrestitutionCurve (   ax,
  APD,
  DI,
  lb 
)

◆ plotAPDrestitutionSlope()

def bin.APDrestitution.plotAPDrestitutionSlope (   ax,
  APD,
  DI,
  lb 
)

◆ readAPDrestitutionFile()

def bin.APDrestitution.readAPDrestitutionFile (   APDfile)

Variable Documentation

◆ APD

bin.APDrestitution.APD

◆ DI

bin.APDrestitution.DI

◆ fig

bin.APDrestitution.fig = plt.figure()

◆ l

def bin.APDrestitution.l = opts.label[i]

◆ opts

def bin.APDrestitution.opts = parser().parse_args()

◆ plt_slope

bool bin.APDrestitution.plt_slope = True

◆ r_ax

bin.APDrestitution.r_ax = fig.add_subplot(subs,1,1)

◆ s_ax

bin.APDrestitution.s_ax = fig.add_subplot(subs,1,2)

◆ subs

int bin.APDrestitution.subs = 2