Table of Contents

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

bool

Disconnect()

断开连接

bool Disconnect()

Returns

bool

GetState()

获取当前状态

object GetState()

Returns

object

GoBack()

回零

bool GoBack()

Returns

bool

GoBack(bool, int)

回零并等待完成

bool GoBack(bool waitFinish, int timeout)

Parameters

waitFinish bool

是否等待完成

timeout int

超时时间(s)

Returns

bool

SetForce(double)

设置推力

bool SetForce(double forceValue)

Parameters

forceValue double

推力大小

Returns

bool

ShowDebugWindow()

打开调试窗口

void ShowDebugWindow()

Test()

执行测试

List<string> Test()

Returns

List<string>

Uninit()

释放

void Uninit()