NI-SCOPE .NET Class Library Help

Table of Contents

NIScope.IsDeviceReady Method

  • Updated2023-09-06
  • 1 minute(s) read
NIScope.IsDeviceReady Method

NIScopeIsDeviceReady Method

Determines whether the instrument is ready for use or the instrument is still undergoing initialization.

Namespace:  NationalInstruments.ModularInstruments.NIScope
Assembly:  NationalInstruments.ModularInstruments.NIScope.Fx45 (in NationalInstruments.ModularInstruments.NIScope.Fx45.dll) Version: 2023

Syntax

public static bool IsDeviceReady(
	string resourceName
)
Public Shared Function IsDeviceReady ( 
	resourceName As String
) As Boolean

Parameters

resourceName
Type: SystemString
The name of the instrument to be checked.

Return Value

Type: Boolean
if the instrument is ready to use; if the instrument is still initializing.

See Also

Log in to get a better experience