IRegulValve change, regulation valves support Category, Category saved in settings, used in Feeding Paths UI, not used in tests yet, ver. 2.11.364
This commit is contained in:
@@ -10,6 +10,11 @@ namespace TBF.BenchControl.GenericDevices
|
||||
{
|
||||
public interface IRegulValve : IComponent
|
||||
{
|
||||
/// <summary>
|
||||
/// All, Feeding, Bench, Output or None
|
||||
/// </summary>
|
||||
ValveCategory Category { get; }
|
||||
|
||||
/// <summary>
|
||||
/// true = The regulation valve is 4-20 mA current controlled coaxial valve
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user