| @@ -1,4 +1,4 @@ | |||||
| classdef Oscilloscope < Equipment & dynamicprops | |||||
| classdef Oscilloscope < Equipment | |||||
| %OSCILLOSCOPE Summary of this class goes here | %OSCILLOSCOPE Summary of this class goes here | ||||
| % Detailed explanation goes here | % Detailed explanation goes here | ||||
| @@ -20,12 +20,14 @@ classdef Oscilloscope < Equipment & dynamicprops | |||||
| obj.(['ch',num2str(i)]) = Channel(obj,i); | obj.(['ch',num2str(i)]) = Channel(obj,i); | ||||
| end | end | ||||
| end | end | ||||
| function outputArg = method1(obj,inputArg) | |||||
| %METHOD1 Summary of this method goes here | |||||
| % Detailed explanation goes here | |||||
| outputArg = obj.Property1 + inputArg; | |||||
| end | |||||
| % CHAN:DATA:POIN DEF | |||||
| % CHAN:DATA:POIN?;:CHAN2:DATA:POIN? | |||||
| % Returned values: 10416;10416 | |||||
| % CHAN:DATA:POIN DMAX | |||||
| % CHAN:DATA:POIN?;:CHAN2:DATA:POIN? | |||||
| % Returned values: 124992;124992 | |||||
| % CHAN:DATA:POIN MAX | |||||
| % CHAN:DATA:POIN?;:CHAN2:DATA: | |||||
| end | end | ||||
| end | end | ||||