From be0c053f3ae602ae7bea7528953c4f37b13129b0 Mon Sep 17 00:00:00 2001 From: Mickey Derks Date: Sun, 12 Nov 2017 14:24:22 +0100 Subject: [PATCH] Function generator functions --- OOequipment/FunctionGenerator.m | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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