NI-DCPower .NET fx40 API Reference

Table of Contents

DCPowerDriverOperation.DriverSetup Property

  • Updated2024-01-04
  • 1 minute(s) read
DCPowerDriverOperation.DriverSetup Property

DCPowerDriverOperationDriverSetup Property

Gets the Driver setup string used to set the initial values for properties that are specific to NI-DCPower.

Namespace:  NationalInstruments.ModularInstruments.NIDCPower
Assembly:  NationalInstruments.ModularInstruments.NIDCPower.Fx40 (in NationalInstruments.ModularInstruments.NIDCPower.Fx40.dll) Version: 2023

Syntax

public string DriverSetup { get; }
Public ReadOnly Property DriverSetup As String
	Get

Property Value

Type: String
Returns a String representing the driver setup string that you specified in the IVI configuration store.

The default value is an empty string.

Exceptions

ExceptionCondition
ObjectDisposedException The DriverSetup property was accessed after the associated NIDCPower object was disposed.

See Also

Log in to get a better experience