浏览代码

added reset function

publish
Wouter Horlings 8 年前
父节点
当前提交
29b84f761b
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. +5
    -0
      OOequipment/Equipment.m

+ 5
- 0
OOequipment/Equipment.m 查看文件

@@ -38,6 +38,11 @@ classdef Equipment < handle
ecq.write_unsafe('*cls');
end
function reset(ecq)
%RESET Sends reset command to device via '*RST'.
ecq.write_unsafe('*rst');
end
function opc(ecq)
%OPC executes 'operation complete query' to device.
%Function holds untill device returns '1'. Must be


正在加载...
取消
保存