Table of Contents

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

List<PinSite<double>>

Vcc

public Pins Vcc { get; set; }

Property Value

Pins

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()