RfsgDriverIdentity.InstrumentManufacturer Property
- Updated2024-05-08
- 1 minute(s) read
RfsgDriverIdentityInstrumentManufacturer Property
Gets the name of the manufacturer of the current NI-RFSG device.
Namespace: NationalInstruments.ModularInstruments.NIRfsg
Assembly: NationalInstruments.ModularInstruments.NIRfsg.Fx40 (in NationalInstruments.ModularInstruments.NIRfsg.Fx40.dll) Version: 2022
Syntax
public string InstrumentManufacturer { get; }
Public ReadOnly Property InstrumentManufacturer As String Get
Property Value
Type: StringReturns a String that contains the name of the manufacturer of the device you are currently using.
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | The InstrumentManufacturer property was accessed after the associated NIRfsg object was disposed. |