NIRfpm.Identity Property
- Updated2023-12-28
- 1 minute(s) read
NIRfpmIdentity Property
Gets an RfpmDriverIdentity object which defines the methods and properties for identifying the NI-RFPM driver.
Namespace: NationalInstruments.ModularInstruments.NIRfpm
Assembly: NationalInstruments.ModularInstruments.NIRfpm.Fx40 (in NationalInstruments.ModularInstruments.NIRfpm.Fx40.dll) Version: 2023
Syntax
public RfpmDriverIdentity Identity { get; }
Public ReadOnly Property Identity As RfpmDriverIdentity Get
Property Value
Type: RfpmDriverIdentityAn RfpmDriverIdentity object.
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | Identity was accessed after the associated NIRfpm object was disposed. |