mainly tests (empty) and some theroy plots
This commit is contained in:
11
Tests/05_Lab/ScopeKeysight_test.m
Normal file
11
Tests/05_Lab/ScopeKeysight_test.m
Normal 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
|
||||
Reference in New Issue
Block a user