Identity
- Updated2025-10-14
- 1 minute(s) read
Gets the Identity sub-object that provides identity and version information about the NI-RFSG instrument driver.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsg
public RfsgDriverIdentity Identity { get; }
Remarks
Returns an object of type RfsgDriverIdentity.
Exceptions
| Type | Description |
|---|---|
| System.ObjectDisposedException | The Identity property was accessed after the associated NIRfsg object was disposed. |