NI-Digital Pattern Driver .NET Class Library

Table of Contents

DigitalDriverUtility.GetSiteResultsSiteNumbers Method

  • Updated2023-11-24
  • 1 minute(s) read
DigitalDriverUtility.GetSiteResultsSiteNumbers Method

DigitalDriverUtilityGetSiteResultsSiteNumbers Method

Returns the site numbers that correspond to per-site data read from the digital pattern instrument.

Namespace:  NationalInstruments.ModularInstruments.NIDigital
Assembly:  NationalInstruments.ModularInstruments.NIDigital.Fx40 (in NationalInstruments.ModularInstruments.NIDigital.Fx40.dll) Version: 2021

Syntax

public int[] GetSiteResultsSiteNumbers(
	string siteList,
	SiteResultType siteResultType
)
Public Function GetSiteResultsSiteNumbers ( 
	siteList As String,
	siteResultType As SiteResultType
) As Integer()

Parameters

siteList
Type: SystemString
The comma-delimited list of sites on which to burst the pattern (for example, "site0,site1"). Sites that are not on this list are disabled. All sites are enabled for pattern bursting if the string is empty.
siteResultType
Type: NationalInstruments.ModularInstruments.NIDigitalSiteResultType
The type of data in the results array.

Return Value

Type: Int32
A one-dimensional array of 32-bit integers that indicates site numbers for the capture waveforms you fetched.

See Also

Log in to get a better experience