ScopeDriverIdentity Class
- Updated2023-09-06
- 3 minute(s) read
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
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
| Name | Description | |
|---|---|---|
| Description |
Gets a string that contains a brief description of NI-SCOPE driver.
| |
| Identifier |
Gets a string that contains an identifier for NI-SCOPE.NET API.
| |
| InstrumentFirmwareRevision |
Gets the firmware revision information for the NI-SCOPE instrument currently in use.
| |
| InstrumentManufacturer |
Gets the name of the manufacturer for the NI-SCOPE instrument currently in use.
| |
| InstrumentModel |
Gets the model number or name of the NI-SCOPE instrument currently in use.
| |
| Revision |
Gets a string that contains additional version information about the NI-SCOPE driver.
| |
| SerialNumber |
Gets the serial number of the instrument.
| |
| SpecificationMajorVersion |
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.
| |
| SpecificationMinorVersion |
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.
| |
| Vendor |
Gets a string that contains the name of the vendor that supplies the NI-SCOPE driver.
|
Methods
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetGroupCapabilities |
Returns a list of names of class capability groups that the IVI specific driver implements.
| |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetSupportedInstrumentModels |
Returns a list of names of instrument models with which the IVI specific driver is compatible.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
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.