Source code for syned.storage_ring.magnetic_structure

from syned.syned_object import SynedObject

[docs]class MagneticStructure(SynedObject): """ Base clase for magnetic structures (from where BM, Wiggler and Undulator will heritate) """ def __init__(self): super().__init__()