-
Notifications
You must be signed in to change notification settings - Fork 154
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #290 from PetervandenDoel/master
Changed up convention in thermo_optic examples to use opt_in labels on GCs and to only label top electrical pad without any _G
- Loading branch information
Showing
9 changed files
with
56 additions
and
236 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
226 changes: 0 additions & 226 deletions
226
Examples/thermo-optic/EBeam_BraggGratingwithHeater.yaml
This file was deleted.
Oops, something went wrong.
Binary file modified
BIN
+0 Bytes
(100%)
Examples/thermo-optic/EBeam_heaters_2StageMZIwithHeater.GDS
Binary file not shown.
Binary file modified
BIN
-2 Bytes
(100%)
Examples/thermo-optic/EBeam_heaters_BraggGratingwithHeater.gds
Binary file not shown.
9 changes: 9 additions & 0 deletions
9
Examples/thermo-optic/EBeam_heaters_BraggGratingwithHeater.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
% X-coord, Y-coord, Polarization, wavelength, type, deviceID, params | ||
50, 303, TE, 1550, device, BraggGratingwithHeater, comment | ||
|
||
% X-coord, Y-coord, deviceID, padName, params | ||
390, 422, BraggGratingwithHeater, comment, comment | ||
|
||
% X-coord, Y-coord, recipeID, params | ||
|
||
|
47 changes: 47 additions & 0 deletions
47
Examples/thermo-optic/EBeam_heaters_BraggGratingwithHeater.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
Devices: | ||
BraggGratingwithHeater: | ||
device_id: BraggGratingwithHeater | ||
device_type: device | ||
electricalCoordinates: | ||
- G | ||
- 390.0 | ||
- 422.0 | ||
opticalCoordinates: | ||
- 50.0 | ||
- 303.0 | ||
polarization: TE | ||
sequences: | ||
- (set_voltage_wavelength_sweep_ida) | ||
wavelength: '1550' | ||
Sequences: | ||
(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: '1' | ||
Power: '1' | ||
RangeDec: '20' | ||
Start: '1480' | ||
Step: '1' | ||
Stop: '1580' | ||
Sweep Speed: auto | ||
Voltages: 0, 1, 2 |
Binary file not shown.
Binary file not shown.