소스 검색

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


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