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