NIDigital.IsSiteEnabled Method
- Updated2023-11-24
- 1 minute(s) read
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
Exception | Condition |
---|---|
IviCDriverException | The NI-Digital Pattern Driver returned an error. |