diff --git a/OOequipment/FunctionGenerator.m b/OOequipment/FunctionGenerator.m index f9de0b1..e5c51d8 100644 --- a/OOequipment/FunctionGenerator.m +++ b/OOequipment/FunctionGenerator.m @@ -2,7 +2,13 @@ classdef FunctionGenerator < Equipment %FUNCTION_GENERATOR Summary of this class goes here % Detailed explanation goes here - properties + properties (Dependent) + waveform + frequency + voltage + unit + offset + load end methods