ModuleRevision
- Updated2025-10-14
- 1 minute(s) read
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
| Type | Description |
|---|---|
| System.ObjectDisposedException | The ModuleRevision property was accessed after the associated NIRfsg object was disposed. |