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