NI-Digital Pattern Driver .NET Class Library

Table of Contents

NIDigital.IsSiteEnabled Method

  • Updated2023-11-24
  • 1 minute(s) read
NIDigital.IsSiteEnabled Method

NIDigitalIsSiteEnabled Method

Returns whether the specified site is enabled or disabled.

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

Syntax

public bool IsSiteEnabled(
	string site
)
Public Function IsSiteEnabled ( 
	site As String
) As Boolean

Parameters

site
Type: SystemString
The site to check.

Return Value

Type: Boolean
, if the site is enabled; , if the site is disabled.

Exceptions

ExceptionCondition
IviCDriverExceptionThe NI-Digital Pattern Driver returned an error.

See Also

Log in to get a better experience