LAT Hologramm-Software 2.0
Loading...
Searching...
No Matches
Powermeter.m
Go to the documentation of this file.
1classdef (Abstract) Powermeter < Device
2 properties
3
4 end
5
6 methods (Abstract)
7 power = getPower(obj);
8 end
9end
10
Definition: Device.m:6