Table of Contents

Method Combine

Namespace
NationalInstruments.SemiconductorTestLibrary.DataAbstraction
Assembly
NationalInstruments.SemiconductorTestLibrary.Abstractions.dll

Combine(SiteData<T>, bool)

Combines the current SiteData object with another SiteData object and produces a new SiteData object.

public SiteData<T> Combine(SiteData<T> other, bool overrideIfExisting = true)

Parameters

other SiteData<T>

The other SiteData object to combine.

overrideIfExisting bool

Specifies whether to override the existing data for a specific site with data from the other SiteData object.

Returns

SiteData<T>

A new SiteData object with data from both SiteData objects.

Exceptions

NISemiconductorTestException

Thrown when data for a specific site already exists in current SiteData object, but overrideIfExisting is set to false.