Sic.Framework-Nanjing-Baishi/MECF.Framework.Common/Aitex/Core/Common/DeviceData/AITPressureControlOperation.cs

12 lines
198 B
C#

namespace Aitex.Core.Common.DeviceData
{
public enum AITPressureControlOperation
{
SetTVMode = 0,
SetTVPosition = 1,
SetTVPressure = 2,
SetBoostPressure = 3,
SetChamberPressure = 4
}
}