ソースを参照

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


読み込み中…
キャンセル
保存