8 lines
178 B
C#
8 lines
178 B
C#
namespace MECF.Framework.RT.EquipmentLibrary.HardwareUnits.MFCs
|
|
{
|
|
public interface IMfc
|
|
{
|
|
bool Ramp(double flowSetPoint, int time, out string reason);
|
|
}
|
|
}
|