For IVI class-compliant drivers, the major version number of the instrument class specification. If the driver is not class compliant, the driver returns zero.
Namespace: Ivi.Driver.Interop
Assembly: Ivi.Driver.Interop (in Ivi.Driver.Interop.DLL)
Visual Basic
|
Public ReadOnly Property SpecificationMajorVersion As Integer
|
C#
|
public int SpecificationMajorVersion { get; }
|
Visual C++
|
HRESULT get_SpecificationMajorVersion(
long* val
);
|
Property Value
For IVI class-compliant drivers, the major version number of the instrument class specification. If the driver is not class compliant, the driver returns zero.
Requirements
Supported Models
All supported
See Also
Reference
IIviDriverIdentity Interface
Ivi.Driver.Interop Namespace
Copyright 2013-16 Boonton. All rights reserved.
|