Interface IMicrometer
- Namespace
- AT.Librarys.Container.Toolkit.Instrument
- Assembly
- AT.Librarys.Container.dll
微米仪
public interface IMicrometer : IToolkitBase, IModuleBase
- Inherited Members
- Extension Methods
Methods
Connect()
连接
bool Connect()
Returns
Disconnect()
断开连接
bool Disconnect()
Returns
GetState()
获取当前状态
object GetState()
Returns
GoBack()
回零
bool GoBack()
Returns
GoBack(bool, int)
回零并等待完成
bool GoBack(bool waitFinish, int timeout)
Parameters
Returns
SetForce(double)
设置推力
bool SetForce(double forceValue)
Parameters
forceValuedouble推力大小
Returns
ShowDebugWindow()
打开调试窗口
void ShowDebugWindow()
Test()
执行测试
List<string> Test()
Returns
Uninit()
释放
void Uninit()