Endurance : uint[3] cBrd.WMeterCont added, ver. 2.12.411

This commit is contained in:
Milan Hanajik
2016-12-10 11:33:18 +01:00
parent e1eedb039c
commit c8d0c647b7
5 changed files with 16 additions and 5 deletions
@@ -63,6 +63,7 @@ namespace TBF.BenchControl.Elde
public float ReferenceVolume { get { return controlCom.TotalRefVolume; } }
public float VyslExt(int wmNr0, int what) { return controlCom.VyslExt(wmNr0, what); }
public uint[] CyclePar { get { return controlCom.CyclePar; } set { controlCom.CyclePar = value; } }
public uint[] WMeterCont { get { return controlCom.WMeterCont; } }
/// <summary> Extracted from the StatusP in RunDeviceBefore </summary>
public bool EmergencyStop { get { return emergencyStop; } }