Table of Contents

Class InstrumentBase<T>

Namespace
AT.Librarys.Container.Toolkit.Instrument
Assembly
AT.Librarys.Container.dll

仪表基类

public class InstrumentBase<T> : ToolkitBase<T> where T : InstrumentConfigBase, new()

Type Parameters

T
Inheritance
InstrumentBase<T>
Inherited Members
Extension Methods

Methods

GetLimit(string, out double, out double)

获取上下限

public virtual bool GetLimit(string itemName, out double lu, out double ll)

Parameters

itemName string

测量项名称

lu double

上限

ll double

下限

Returns

bool

GetResultValueName()

获取结果值名称

public virtual List<string> GetResultValueName()

Returns

List<string>

SetLimit(string, double, double)

设置上下限

public virtual bool SetLimit(string itemName, double lu, double ll)

Parameters

itemName string

测量项名称

lu double

上限

ll double

下限

Returns

bool