NIScope.IsDeviceReady Method
- Updated2023-09-06
- 1 minute(s) read
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: Booleanif the instrument is ready to use; if the instrument is still initializing.