NI-SCOPE .NET Class Library Help

ScopeDriverIdentity Class

  • Updated2023-09-06
  • 3 minute(s) read
ScopeDriverIdentity Class

ScopeDriverIdentity Class

Provides the methods and properties that provide information about the instrument and the NI-SCOPE driver.

Inheritance Hierarchy

SystemObject
  NationalInstruments.ModularInstruments.NIScopeScopeSubObject
    NationalInstruments.ModularInstruments.NIScopeScopeDriverIdentity

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

Syntax

public sealed class ScopeDriverIdentity : ScopeSubObject, 
	IIviDriverIdentity, IIviComponentIdentity
Public NotInheritable Class ScopeDriverIdentity
	Inherits ScopeSubObject
	Implements IIviDriverIdentity, IIviComponentIdentity

The ScopeDriverIdentity type exposes the following members.

Properties

  NameDescription
Public propertyDescription
Gets a string that contains a brief description of NI-SCOPE driver.
Public propertyIdentifier
Gets a string that contains an identifier for NI-SCOPE.NET API.
Public propertyInstrumentFirmwareRevision
Gets the firmware revision information for the NI-SCOPE instrument currently in use.
Public propertyInstrumentManufacturer
Gets the name of the manufacturer for the NI-SCOPE instrument currently in use.
Public propertyInstrumentModel
Gets the model number or name of the NI-SCOPE instrument currently in use.
Public propertyRevision
Gets a string that contains additional version information about the NI-SCOPE driver.
Public propertySerialNumber
Gets the serial number of the instrument.
Public propertySpecificationMajorVersion
Gets an integer that specifies the major version number of the class specification in accordance with which the NI-SCOPE .NET class library was developed.
Public propertySpecificationMinorVersion
Gets a integer that specifies the minor version number of the class specification in accordance with which the NI-SCOPE .NET class library was developed.
Public propertyVendor
Gets a string that contains the name of the vendor that supplies the NI-SCOPE driver.
Top

Methods

  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetGroupCapabilities
Returns a list of names of class capability groups that the IVI specific driver implements.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetSupportedInstrumentModels
Returns a list of names of instrument models with which the IVI specific driver is compatible.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top

Remarks

For more information, refer to NI High Speed Digitizers Help.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Log in to get a better experience