|
int | cdx-compute-power-delay-profile.figure_width_cm = 12 |
|
int | cdx-compute-power-delay-profile.figure_height_cm = 12 |
|
int | cdx-compute-power-delay-profile.figure_dpi = 100 |
|
dictionary | cdx-compute-power-delay-profile.params |
|
| cdx-compute-power-delay-profile.parser = argparse.ArgumentParser() |
|
| cdx-compute-power-delay-profile.help |
|
| cdx-compute-power-delay-profile.action |
|
| cdx-compute-power-delay-profile.default |
|
| cdx-compute-power-delay-profile.e0 |
|
| cdx-compute-power-delay-profile.args = parser.parse_args() |
|
bool | cdx-compute-power-delay-profile.store_figure = True |
|
| cdx-compute-power-delay-profile.file_name = args.input |
|
| cdx-compute-power-delay-profile.cdx_file = cdx.ReadContinuousDelayFile.ReadContinuousDelayFile(args.input) |
|
| cdx-compute-power-delay-profile.cdx_figures = cdx.FiguresGenerator.FiguresGenerator(args.input) |
|
| cdx-compute-power-delay-profile.cir_rate = cdx_file.get_cir_rate() |
|
| cdx-compute-power-delay-profile.nof_links = cdx_file.get_nof_links() |
|
| cdx-compute-power-delay-profile.fig = plt.figure(figsize=(figure_width_cm / 2.54, figure_height_cm / 2.54), dpi=figure_dpi) |
|
int | cdx-compute-power-delay-profile.act_plot = 1 |
|
| cdx-compute-power-delay-profile.ax = fig.add_subplot(nof_links, 1, act_plot) |
|
| cdx-compute-power-delay-profile.head |
|
| cdx-compute-power-delay-profile.file_prefix |
|
| cdx-compute-power-delay-profile.extension = "_pdp.png" |
|
| cdx-compute-power-delay-profile.out_file_name = file_prefix + extension |
|
| cdx-compute-power-delay-profile.bbox_inches |
|
| cdx-compute-power-delay-profile.dpi |
|