11 lines
391 B
Matlab
11 lines
391 B
Matlab
classdef AwgKeysight_test < IMDDTestCase
|
|
% Auto-generated placeholder for AwgKeysight.
|
|
% Target: C:/Users/Silas/Documents/MATLAB/imdd_simulation/Classes/05_Lab/AwgKeysight.m
|
|
|
|
methods (Test, TestTags = {'placeholder', 'todo'})
|
|
function testNotImplemented(testCase)
|
|
testCase.assumeFail("Tests for AwgKeysight are not implemented yet.");
|
|
end
|
|
end
|
|
end
|