Enum CascadeType
- Assembly
- NationalInstruments.SemiconductorTestLibrary.Abstractions.dll
Specifies the type of cascading action to perform in an operation that supports merging or ganging entities.
public enum CascadeTypeFields
Gang = 2-
Performs the gang operation.
Merge = 0-
Performs the merge operation.
Ungang = 3-
Performs the ungang operation.
Unmerge = 1-
Performs the unmerge operation.