InstrumentFirmwareRevision
- Updated2025-10-06
- 1 minute(s) read
Gets the firmware revision information for the instrument.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIDCPower
public string InstrumentFirmwareRevision { get; }
Remarks
Note
To use the per-instrument version of this property, you must first initialize the session with the NIDCPower(string, bool, string) constructor. If the session was initialized with a deprecated constructor, use the per-session version of this property instead.
Returns a String that contains the firmware revision information for the instrument.
Exceptions
| Type | Description |
|---|---|
| System.ObjectDisposedException | The InstrumentFirmwareRevision property was accessed after the associated NIDCPower object was disposed. |