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