ni-rfsg-dotnet-api-ref_doc

Content Type
Programming Language
Current manual
Table of Contents
Product Documentationni-rfsg-dotnet-api-ref_doc...RfsgDriverIdentity ClassRfsgDriverIdentity.InstrumentManufacturer PropertyCurrent page
Table of Contents

RfsgDriverIdentity.InstrumentManufacturer Property

RfsgDriverIdentity.InstrumentManufacturer Property

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: String
Returns a String that contains the name of the manufacturer of the device you are currently using.

Exceptions

ExceptionCondition
ObjectDisposedException The InstrumentManufacturer property was accessed after the associated NIRfsg object was disposed.

See Also

Was this information helpful?