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

DCPowerInstrumentIdentityInstrumentModel Property
Gets the model number or name of the instrument.
Namespace: NationalInstruments.ModularInstruments.NIDCPower
Assembly: NationalInstruments.ModularInstruments.NIDCPower.Fx45 (in NationalInstruments.ModularInstruments.NIDCPower.Fx45.dll) Version: 2023
Syntax
public string InstrumentModel { get; }
Public ReadOnly Property InstrumentModel As String Get
Property Value
Type: StringReturns a String that contains the model number or name of the instrument.
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | The InstrumentModel property was accessed after the associated NIDCPower object was disposed. |
Remarks
![]() |
---|
To use the per-instrument version of this property, you must first initialize the session with the NIDCPower(String, Boolean, String) constructor. If the session was initialized with a deprecated constructor, use the per-session version of this property instead. |