LAT Hologramm-Software 2.0
Loading...
Searching...
No Matches
modules
Laser
Laser.m
Go to the documentation of this file.
1
classdef (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]
17
18
end
19
20
methods
21
22
end
23
end
24
Device
Definition:
Device.m:6
Laser
Definition:
Laser.m:7
false
#define false
Definition:
nuts_bolts.h:25
Generated on Thu Feb 23 2023 12:36:38 for LAT Hologramm-Software 2.0 by
1.9.5