iPerl ASIC - implementation
This commit is contained in:
@@ -12,6 +12,8 @@ namespace TBF.Rig.TestMethods.StandingStartMassCollection.Compound
|
||||
public class Component : ComponentBase, GenericDevices.ITestMethod
|
||||
{
|
||||
private static readonly ILog log = LogManager.GetLogger(typeof(Component));
|
||||
|
||||
public FlowType MethodFlowType => FlowType.volume;
|
||||
public override string ToString() { return string.Format("{0}({1})", ClassName, Cfg.ToString(-1)); }
|
||||
|
||||
public bool CanTest(MetersKind meters) { return meters == MetersKind.Combined; }
|
||||
|
||||
Reference in New Issue
Block a user