|
- if ~exist('theory_only','var') || theory_only == false
- if ~exist('functiongenerator','var')
- functiongenerator = FunctionGeneratorClass('10.0.0.3',1234,10);
- end
-
- if ~exist('oscilloscope','var')
- oscilloscope = OscilloscopeClass('10.0.0.2',5025,2);
- end
- end
|