ni-rfsg-dotnet-api-ref_doc

Content Type
Programming Language
Current manual
Table of Contents
Product Documentationni-rfsg-dotnet-api-ref_doc...RfsgDriverIdentity ClassRfsgDriverIdentity.SpecificDriverMajorVersion PropertyCurrent page
Table of Contents

RfsgDriverIdentity.SpecificDriverMajorVersion Property

RfsgDriverIdentity.SpecificDriverMajorVersion Property

RfsgDriverIdentitySpecificDriverMajorVersion Property

Gets the major version number of the IVI class specification with which NI-RFSG driver is compliant.

Namespace:  NationalInstruments.ModularInstruments.NIRfsg
Assembly:  NationalInstruments.ModularInstruments.NIRfsg.Fx40 (in NationalInstruments.ModularInstruments.NIRfsg.Fx40.dll) Version: 2022

Syntax

public int SpecificDriverMajorVersion { get; }
Public ReadOnly Property SpecificDriverMajorVersion As Integer
	Get

Property Value

Type: Int32
Returns an Int32 representing the major version number of this instrument driver.

Exceptions

ExceptionCondition
ObjectDisposedException The SpecificDriverMajorVersion property was accessed after the associated NIRfsg object was disposed.

See Also

Was this information helpful?