mainly tests (empty) and some theroy plots

This commit is contained in:
Silas Oettinghaus
2026-03-12 17:26:13 +01:00
parent 2a724b833f
commit 4c78a1e0b1
90 changed files with 1507 additions and 404 deletions

View File

@@ -0,0 +1,11 @@
classdef Awg2Scope_test < matlab.unittest.TestCase
% Test class for Awg2Scope
methods (Test)
function testExample(testCase)
% Example test case for Awg2Scope
% Add your test code here
testCase.verifyTrue(true);
end
end
end

View File

@@ -0,0 +1,11 @@
classdef AwgKeysight_test < matlab.unittest.TestCase
% Test class for AwgKeysight
methods (Test)
function testExample(testCase)
% Example test case for AwgKeysight
% Add your test code here
testCase.verifyTrue(true);
end
end
end

View File

@@ -0,0 +1,11 @@
classdef Exfo_laser_test < matlab.unittest.TestCase
% Test class for Exfo_laser
methods (Test)
function testExample(testCase)
% Example test case for Exfo_laser
% Add your test code here
testCase.verifyTrue(true);
end
end
end

View File

@@ -0,0 +1,11 @@
classdef LabDeviceTemplate_test < matlab.unittest.TestCase
% Test class for LabDeviceTemplate
methods (Test)
function testExample(testCase)
% Example test case for LabDeviceTemplate
% Add your test code here
testCase.verifyTrue(true);
end
end
end

View File

@@ -0,0 +1,11 @@
classdef OSA_Advantest_test < matlab.unittest.TestCase
% Test class for OSA_Advantest
methods (Test)
function testExample(testCase)
% Example test case for OSA_Advantest
% Add your test code here
testCase.verifyTrue(true);
end
end
end

View File

@@ -0,0 +1,11 @@
classdef OptAtten_test < matlab.unittest.TestCase
% Test class for OptAtten
methods (Test)
function testExample(testCase)
% Example test case for OptAtten
% Add your test code here
testCase.verifyTrue(true);
end
end
end

View File

@@ -0,0 +1,11 @@
classdef OptLaserN7714A_test < matlab.unittest.TestCase
% Test class for OptLaserN7714A
methods (Test)
function testExample(testCase)
% Example test case for OptLaserN7714A
% Add your test code here
testCase.verifyTrue(true);
end
end
end

View File

@@ -0,0 +1,11 @@
classdef OptPowerMeter8153A_test < matlab.unittest.TestCase
% Test class for OptPowerMeter8153A
methods (Test)
function testExample(testCase)
% Example test case for OptPowerMeter8153A
% Add your test code here
testCase.verifyTrue(true);
end
end
end

View File

@@ -0,0 +1,11 @@
classdef ScopeKeysight_test < matlab.unittest.TestCase
% Test class for ScopeKeysight
methods (Test)
function testExample(testCase)
% Example test case for ScopeKeysight
% Add your test code here
testCase.verifyTrue(true);
end
end
end

View File

@@ -0,0 +1,11 @@
classdef Thor_PDFA_test < matlab.unittest.TestCase
% Test class for Thor_PDFA
methods (Test)
function testExample(testCase)
% Example test case for Thor_PDFA
% Add your test code here
testCase.verifyTrue(true);
end
end
end