1x1 Ring - Clad#

Fiber structure
<Axes: title={'center': 'Fiber structure'}, xlabel='x-distance [m]', ylabel='y-distance [m]'>

from FiberFusing.configuration.ring import FusedProfile_01x01 as FusedProfile

clad = FusedProfile(
    fiber_radius=62.5e-6,
    index=1.4444,
)

clad.plot()

# -

Total running time of the script: (0 minutes 0.323 seconds)

Gallery generated by Sphinx-Gallery