Note
Go to the end to download the full example code.
1x1 Ring - Clad#

<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)