NI-SCOPE .NET Class Library Help

Table of Contents

ScopeDriverIdentity.SerialNumber Property

  • Updated2023-09-06
  • 1 minute(s) read
ScopeDriverIdentity.SerialNumber Property

ScopeDriverIdentitySerialNumber Property

Gets the serial number of the instrument.

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

Syntax

public string SerialNumber { get; }
Public ReadOnly Property SerialNumber As String
	Get

Property Value

Type: String
The serial number of the instrument.

Exceptions

ExceptionCondition
ObjectDisposedExceptionSerialNumber was accessed after the associated NIScope or ScopeDriverUtility object was disposed.
IviCDriverException The underlying NI-SCOPE driver returned an error.

See Also

Log in to get a better experience