Files
imdd_silas/Tests/05_Lab/AwgKeysight_test.m
2026-03-12 17:26:13 +01:00

12 lines
294 B
Matlab

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