Skip to content

Commit 46320b6

Browse files
authored
Update lum_tools.py
re-named to Update_halfring_CML( ) from Update_ring_CML( )
1 parent c6f6649 commit 46320b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gds_fdtd/lum_tools.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ def make_sim_lum(
243243

244244
return sparams
245245

246-
def Update_ring_CML(device,CML,sparam_file,gap,rad,width,thickness,CoupleLength):
246+
def Update_halfring_CML(device,CML,sparam_file,gap,rad,width,thickness,CoupleLength):
247247
"""
248248
Moves the halfring sparam_file to the local EBeam CML folder found by querying interconnect.
249249
@@ -258,7 +258,7 @@ def Update_ring_CML(device,CML,sparam_file,gap,rad,width,thickness,CoupleLength)
258258
CoupleLength (int): The halfring coupler length in microns
259259
260260
Example:
261-
Update_ring_CML("ebeam_dc_halfring_straight","EBeam","sparams.dat",gap=2,rad=20,width=2,thickness=220,CoupleLength=2)
261+
Update_halfring_CML("ebeam_dc_halfring_straight","EBeam","sparams.dat",gap=2,rad=20,width=2,thickness=220,CoupleLength=2)
262262
"""
263263

264264
# Ensure sparam_file contains .dat

0 commit comments

Comments
 (0)