瀏覽代碼

bug in CHAN-functie gefixed

publish
Wouter Horlings 8 年之前
父節點
當前提交
e7830325f7
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      OOequipment/Channel.m

+ 1
- 1
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


Loading…
取消
儲存