Gets a string that contains additional version information about the NI-RFSA driver.

Syntax

Namespace: NationalInstruments.ModularInstruments.NIRfsa

public string SpecificDriverRevision { get; }

Remarks

Returns a String that contains additional version information about the NI-RFSA driver.

For example, NI-RFSA can return Driver: NI-RFSA 2.4, Compiler: MSVC 7.10, Components: IVI Engine 4.00, VISA-Spec 4.00 as the value of this property.

Exceptions

TypeDescription
System.ObjectDisposedException

The SpecificDriverRevision property was accessed after the associated NIRfsa object was disposed.