Coverage for fiqus/plotters/PlotPythonMultipole.py: 57%
7 statements
« prev ^ index » next coverage.py v7.4.4, created at 2025-03-11 02:30 +0100
« prev ^ index » next coverage.py v7.4.4, created at 2025-03-11 02:30 +0100
1import os
3class PlotPythonMultipole:
4 def __init__(self, fdm, verbose=True):
5 """
6 Class for making python plots of multipole magnets
7 :param fdm: FiQuS data model
8 :param verbose: If True more information is printed in python console.
9 """
10 self.fdm = fdm
11 self.verbose = verbose
13 def dummy_plot_func(self):
14 """
15 not implemented yet
16 :return:
17 :rtype:
18 """
19 pass