commit old stuff from lab

This commit is contained in:
Silas Labor Zizou
2025-04-16 09:55:32 +02:00
28 changed files with 728 additions and 60 deletions

View File

@@ -0,0 +1,21 @@
clear all
% L = OptLaserN7714A("TCPIP0::134.245.243.209::inst0::INSTR");
% L.setWavelength(1551,1); % nm
% L.setPower(5.8, true,1); % dBm, also turns output ON
% L.setDither(0,1);
% % L.setPower(5.9, false,1);
% info = L.getLaserInfo();
%
% L.delete();
clear all
L = OptLaserN7714A("GPIB0::20::INSTR");
L.setWavelength(1550,0); % nm
L.setPower(0, true,0); % dBm, also turns output ON
L.setPower(0, false,0);
info = L.getLaserInfo();
L.delete();