DriverSetup
- Updated2025-10-06
- 1 minute(s) read
Gets the Driver setup string used to set the initial values for properties that are specific to NI-DCPower.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIDCPower
public string DriverSetup { get; }
Remarks
Returns a String representing the driver setup string that you specified in the IVI configuration store.
The default value is an empty string.
Exceptions
| Type | Description |
|---|---|
| System.ObjectDisposedException | The DriverSetup property was accessed after the associated NIDCPower object was disposed. |