MoS2/Framework/MECF.Framework.RT.EquipmentLibrary/HardwareUnits/MFCs/IMfc.cs
2026-06-15 10:56:30 +08:00

8 lines
178 B
C#

namespace MECF.Framework.RT.EquipmentLibrary.HardwareUnits.MFCs
{
public interface IMfc
{
bool Ramp(double flowSetPoint, int time, out string reason);
}
}