소스 검색

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


불러오는 중...
취소
저장