NI-DCPower .NET fx45 API Reference

Table of Contents

DCPowerDriverIdentity.Revision Property

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

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: String
Returns a String that contains additional version information about the NI-DCPower driver.

Exceptions

ExceptionCondition
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.

See Also

Log in to get a better experience