SpecificDriverMajorVersion
- Updated2025-10-14
- 1 minute(s) read
Gets the major version number of the IVI class specification with which NI-RFSG driver is compliant.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsg
public int SpecificDriverMajorVersion { get; }
Remarks
Returns an Int32 representing the major version number of this instrument driver.
Exceptions
| Type | Description |
|---|---|
| System.ObjectDisposedException | The SpecificDriverMajorVersion property was accessed after the associated NIRfsg object was disposed. |