From e7830325f716d86aebed578c1af29b4ec1494100 Mon Sep 17 00:00:00 2001 From: Wouter Horlings Date: Tue, 28 Nov 2017 18:44:20 +0100 Subject: [PATCH] bug in CHAN-functie gefixed --- OOequipment/Channel.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OOequipment/Channel.m b/OOequipment/Channel.m index 0d7faf7..9f166ad 100644 --- a/OOequipment/Channel.m +++ b/OOequipment/Channel.m @@ -126,7 +126,7 @@ classdef Channel c = ch.scope.write(['CHAN',num2str(ch.channelnumber),':',string]); end else - c = ['CHAN',num2str(ch.channelnumber),':',string,' ',in]; + c = ch.scope.write(['CHAN',num2str(ch.channelnumber),':',string,' ',in]); end end