Explorar el Código

bug in CHAN-functie gefixed

publish
Wouter Horlings hace 8 años
padre
commit
e7830325f7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      OOequipment/Channel.m

+ 1
- 1
OOequipment/Channel.m Ver fichero

@@ -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


Cargando…
Cancelar
Guardar