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

DCPowerDriverIdentityRevision Property
Gets a string that contains the revision information of NI-DCPower and the instrument firmware.
Namespace: NationalInstruments.ModularInstruments.NIDCPower
Assembly: NationalInstruments.ModularInstruments.NIDCPower.Fx45 (in NationalInstruments.ModularInstruments.NIDCPower.Fx45.dll) Version: 2023
Syntax
public string Revision { get; }
Public ReadOnly Property Revision As String Get
Property Value
Type: StringReturns a String that contains additional version information about the NI-DCPower driver.
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | The Revision property was accessed after the associated NIDCPower object was disposed. |
Remarks
In multi-instrument sessions, this property throws an exception if any instruments have different firmware revisions. In this case, instead of using this property, use the InstrumentFirmwareRevision property for in a session initialized to a single instrument.