| | |
| | | public string Description { get; set; } |
| | | |
| | | public bool IsEnable { get; set; } |
| | | public int? Operator { get; set; } |
| | | public int? Operator { get; set; } |
| | | public string BusAddress { get; set; } |
| | | public int BusType { get; set; } |
| | | public string Operands { get; set; } |
| | | public string Operands { get; set; } |
| | | |
| | | public int Accuracy { get; set; } |
| | | |
| | | public int AdcType { get; set; } |
| | | public int AdcType { get; set; } |
| | | |
| | | public decimal UpperRange { get; set; } |
| | | public decimal LowerRange { get; set;} |
| | | public decimal LowerRange { get; set; } |
| | | } |
| | | } |