Returns per-site data that a previous call to the SetSiteData method stores. The returned array contains the data the SiteNumbers property stores for each site in the same order as the sites that the Get Site Numbers method returns. Throws an exception if a data item with the specified dataId  does not exist on every site in the ISemiconductorModuleContext. Use the SiteDataExists method to determine if the specified dataId  exists.

Syntax

Namespace: NationalInstruments.TestStand.SemiconductorModule.CodeModuleAPI

public object[] GetSiteData(string dataId)

Parameters

NameTypeDescription
dataIdstring

The unique ID to distinguish the data. This parameter must match a value you specify in a call to the SetSiteData method.