NI-DCPower .NET fx40 API Reference

Table of Contents

DCPowerDriverIdentity.InstrumentModel Property

  • Updated2024-01-04
  • 1 minute(s) read
DCPowerDriverIdentity.InstrumentModel Property

DCPowerDriverIdentityInstrumentModel Property

Gets the model number or name of the NI-DCPower device currently in use.

Namespace:  NationalInstruments.ModularInstruments.NIDCPower
Assembly:  NationalInstruments.ModularInstruments.NIDCPower.Fx40 (in NationalInstruments.ModularInstruments.NIDCPower.Fx40.dll) Version: 2023

Syntax

public string InstrumentModel { get; }
Public ReadOnly Property InstrumentModel As String
	Get

Property Value

Type: String
Returns a String that contains the model number or name of the NI-DCPower device currently in use.

Exceptions

ExceptionCondition
ObjectDisposedException The InstrumentModel property was accessed after the associated NIDCPower object was disposed.

See Also

Log in to get a better experience