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

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: StringReturns a String representing the driver setup string that you specified in the IVI configuration store.
The default value is an empty string.
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | The DriverSetup property was accessed after the associated NIDCPower object was disposed. |