Gets a string that contains the revision information of NI-DCPower and the instrument firmware.

Syntax

Namespace: NationalInstruments.ModularInstruments.NIDCPower

public string Revision { get; }

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.

Returns a String that contains additional version information about the NI-DCPower driver.

Exceptions

TypeDescription
System.ObjectDisposedException

The Revision property was accessed after the associated NIDCPower object was disposed.