Class PatternHandshakeBaselineClass
- Namespace
- CsraTestMethods.CustomCode
- Assembly
- CsraTestMethods.dll
To use PatternHandshakeBaselineClass in a TestMethod, it is specified by the user on the flowsheet via fully-qualified-name
[Serializable]
public class PatternHandshakeBaselineClass : PatternHandshake.IPatternHandshakeBaselineExecutable, IExecutable
- Inheritance
-
PatternHandshakeBaselineClass
- Implements
- Inherited Members
Properties
Result
public List<PinSite<double>> Result { get; }
Property Value
Vcc
public Pins Vcc { get; set; }
Property Value
Methods
Clear()
Method that will be executed to clear result fields. Can be empty if not needed.
public void Clear()
Execute()
Method that will be executed by using TestBlock (e.g. RunPatternConditionalStop).
public void Execute()