Table of Contents

Enum CascadeType

Namespace
NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.DCPower
Assembly
NationalInstruments.SemiconductorTestLibrary.Abstractions.dll

Specifies the type of cascading action to perform in an operation that supports merging or ganging entities.

public enum CascadeType

Fields

Gang = 2

Performs the gang operation.

Merge = 0

Performs the merge operation.

Ungang = 3

Performs the ungang operation.

Unmerge = 1

Performs the unmerge operation.