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