Gets the module revision letter.

Syntax

Namespace: NationalInstruments.ModularInstruments.NIRfsg

public string ModuleRevision { get; }

Remarks

Returns a String representing the module revision letter.

If the the NI-RFSG session is controlling multiple devices, this returns the module revision letter of the primary RF device. The NI-RFSG is opened using the primary RF device name.

Exceptions

TypeDescription
System.ObjectDisposedException

The ModuleRevision property was accessed after the associated NIRfsg object was disposed.