InstrumentModel
- Updated2025-10-14
- 1 minute(s) read
Gets the model number or name of the NI-RFSA device currently in use.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsa
public string InstrumentModel { get; }
Remarks
Returns a String that contains the model number or name of the NI-RFSA device currently in use.
Exceptions
| Type | Description |
|---|---|
| System.ObjectDisposedException | The NationalInstruments.ModularInstruments.NIRfsa.RfsaDriverIdentity.InstrumentModel property was accessed after the associated NIRfsa object was disposed. |