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
-
ModuleBase<T>ToolkitBase<T>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
Returns
GetResultValueName()
获取结果值名称
public virtual List<string> GetResultValueName()
Returns
SetLimit(string, double, double)
设置上下限
public virtual bool SetLimit(string itemName, double lu, double ll)