carputils
Doxygen code documentation for the python framework controlling openCARP
|
Namespaces | |
bin.APDrestitution | |
Plot APD restitution curve as generated with bench. | |
Functions | |
def | bin.APDrestitution.parser () |
def | bin.APDrestitution.readAPDrestitutionFile (APDfile) |
def | bin.APDrestitution.plotAPDrestitutionCurve (ax, APD, DI, lb) |
def | bin.APDrestitution.plotAPDrestitutionSlope (ax, APD, DI, lb) |
Variables | |
def | bin.APDrestitution.opts = parser().parse_args() |
bin.APDrestitution.fig = plt.figure() | |
bool | bin.APDrestitution.plt_slope = True |
int | bin.APDrestitution.subs = 2 |
bin.APDrestitution.r_ax = fig.add_subplot(subs,1,1) | |
bin.APDrestitution.s_ax = fig.add_subplot(subs,1,2) | |
def | bin.APDrestitution.l = opts.label[i] |
bin.APDrestitution.APD | |
bin.APDrestitution.DI | |