LAT Hologramm-Software 2.0
Loading...
Searching...
No Matches
Laser.m
Go to the documentation of this file.
1classdef (Abstract) Laser < Device
2
3
4 properties (Access = public)
5 emission = false;
6 timer=0;
7 wavelength;%in nm
8 rawBeamDiameter;% in mm
9 aperture;%[mm]
10
11 end
12
13 methods (Abstract)
14 laserOn(obj);
15 laserOff(obj);
16 laserTime(obj, time);%[s]
18 end
19
20 methods
21
22 end
23end
24
Definition: Device.m:6
Definition: Laser.m:7
#define false
Definition: nuts_bolts.h:25