Skip to content

Commit

Permalink
Try Heaters out with simple TE and TM MZI circuits (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasc-ubc authored Jul 14, 2024
2 parents 0239ed7 + eb400db commit dee158a
Show file tree
Hide file tree
Showing 3 changed files with 203 additions and 0 deletions.
Binary file added submissions/Ebeam_Heaters_ColemanTheSoulman.gds
Binary file not shown.
9 changes: 9 additions & 0 deletions submissions/Ebeam_Heaters_ColemanTheSoulman.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
% X-coord, Y-coord, Polarization, wavelength, type, deviceID, params
-181, 190, TE, 1550, device, ColemanTheSoulmanTEMZI1a, comment
-176, -31, TM, 1550, device, ColemanTheSoulmanTMMZI1a, comment

% X-coord, Y-coord, deviceID, padName, params
157, 183, ColemanTheSoulmanTEMZI1a, comment, comment
150, -77, ColemanTheSoulmanTMMZI1a, comment, comment

% X-coord, Y-coord, recipeID, params
194 changes: 194 additions & 0 deletions submissions/Ebeam_Heaters_ColemanTheSoulman.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,194 @@
Devices:
ColemanTheSoulManTMMZI1:
device_id: ColemanTheSoulManTMMZI1
device_type: device
electricalCoordinates: []
opticalCoordinates:
- -176.0
- -31.0
polarization: TE
sequences: []
wavelength: '1550'
ColemanTheSoulmanTEMZI1a:
device_id: ColemanTheSoulmanTEMZI1a
device_type: device
electricalCoordinates:
- G
- 157.0
- 183.0
opticalCoordinates:
- -181.0
- 190.0
polarization: TE
sequences:
- (wavelength_sweep_ida)
- (set_voltage_wavelength_sweep_ida)
- (set_current_wavelength_sweep_ida)
- (set_wavelength_current_sweep_ida)
- (set_wavelength_voltage_sweep_ida)
wavelength: '1550'
ColemanTheSoulmanTMMZI1:
device_id: ColemanTheSoulmanTMMZI1
device_type: device
electricalCoordinates:
- G
- 157.0
- -69.0
opticalCoordinates:
- -176.0
- -31.0
polarization: TM
sequences:
- (wavelength_sweep_ida)
- (set_voltage_wavelength_sweep_ida)
- (set_current_wavelength_sweep_ida)
- (set_wavelength_current_sweep_ida)
- (set_wavelength_voltage_sweep_ida)
wavelength: '1550'
Sequences:
(set_current_wavelength_sweep_ida):
Runtime: 75.0
results_info:
csv: 'True'
foldername: ''
legend: 'True'
mat: 'True'
num_plots: '1'
pdf: 'True'
pkl: 'False'
plottitle: Set Current Wavelength Sweep
save_location: ''
saveplot: 'True'
visual: 'True'
xscale: '1'
xtitle: Wavelength (nm)
yscale: '1'
ytitle: Power (dBm)
variables:
Channel A: 'True'
Channel B: 'False'
Currents: 0, 1, 2
Initialrange: '-20'
Laser Output: High Power
Numscans: '2'
Power: '1'
RangeDec: '20'
Start: '1480'
Step: '1'
Stop: '1580'
Sweep Speed: 20nm
(set_voltage_wavelength_sweep_ida):
Runtime: 75.0
results_info:
csv: 'True'
foldername: ''
legend: 'True'
mat: 'True'
num_plots: '1'
pdf: 'True'
pkl: 'False'
plottitle: Set Voltage Wavelength Sweep
save_location: ''
saveplot: 'True'
visual: 'True'
xscale: '1'
xtitle: Wavelength (nm)
yscale: '1'
ytitle: Power (dBm)
variables:
Channel A: 'True'
Channel B: 'False'
Initialrange: '-20'
Laser Output: High Power
Numscans: '2'
Power: '0'
RangeDec: '20'
Start: '1480'
Step: '1'
Stop: '1580'
Sweep Speed: 20nm
Voltages: 0, 1, 2
(set_wavelength_current_sweep_ida):
Runtime: 30.0
results_info:
csv: 'True'
foldername: ''
legend: 'True'
mat: 'True'
num_plots: '1'
pdf: 'True'
pkl: 'False'
plottitle: Set Wavelength Current Sweep
save_location: ''
saveplot: 'True'
visual: 'True'
xscale: '1'
xtitle: Current (A)
yscale: '1'
ytitle: Voltage (V)
variables:
Channel A: 'True'
Channel B: 'False'
IV: 'True'
PV: 'True'
RV: 'True'
Start: '0'
Step: '0.1'
Stop: '2'
Wavelengths: 1480, 1550, 1580
(set_wavelength_voltage_sweep_ida):
Runtime: 3.0
results_info:
csv: 'True'
foldername: ''
legend: 'True'
mat: 'True'
num_plots: '1'
pdf: 'True'
pkl: 'False'
plottitle: Set Wavelength Voltage Sweep
save_location: ''
saveplot: 'True'
visual: 'True'
xscale: '1'
xtitle: Voltage (V)
yscale: '1'
ytitle: Current (A)
variables:
Channel A: 'True'
Channel B: 'False'
IV: 'True'
PV: 'True'
RV: 'True'
Start: '0'
Step: '0.1'
Stop: '2'
Wavelengths: 1480, 1550, 1580
(wavelength_sweep_ida):
Runtime: 25.0
results_info:
csv: 'True'
foldername: ''
legend: 'True'
mat: 'True'
num_plots: '1'
pdf: 'True'
pkl: 'False'
plottitle: WavelengthSweep
save_location: ''
saveplot: 'True'
visual: 'True'
xscale: '1'
xtitle: Wavelength (nm)
yscale: '1'
ytitle: Power (dBm)
variables:
Initialrange: '-20'
Laser Output: High Power
Numscans: '2'
Power: '0'
RangeDec: '20'
Start: '1480'
Step: '1'
Stop: '1580'
Sweep Speed: 20nm

0 comments on commit dee158a

Please sign in to comment.