|
|
@@ -126,7 +126,7 @@ classdef Channel |
|
|
c = ch.scope.write(['CHAN',num2str(ch.channelnumber),':',string]); |
|
|
c = ch.scope.write(['CHAN',num2str(ch.channelnumber),':',string]); |
|
|
end |
|
|
end |
|
|
else |
|
|
else |
|
|
c = ['CHAN',num2str(ch.channelnumber),':',string,' ',in]; |
|
|
|
|
|
|
|
|
c = ch.scope.write(['CHAN',num2str(ch.channelnumber),':',string,' ',in]); |
|
|
end |
|
|
end |
|
|
end |
|
|
end |
|
|
|
|
|
|
|
|
|