NIDCPower(string, bool, bool)
- Updated2025-10-06
- 1 minute(s) read
[IviDCPwr] Creates a new instrument driver session.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIDCPower
public NIDCPower(string resourceName, bool idQuery, bool resetDevice)
Remarks
Note
This constructor is intended for use only through the IVI.NET interface. National Instruments recommends that you do not call this constructor directly. Instead, you can use one of the following methods:
Parameters
| Name | Type | Description |
|---|---|---|
| resourceName | string | Specifies the name of the device in which the session is opened. |
| idQuery | bool | Specifies whether you want NI-DCPower to perform an ID query. If NI-DCPower performs an ID query, then value of idQuery is true; otherwise false. |
| resetDevice | bool | Specifies whether you want to reset NI-DCPower device during the initialization procedure. If the device is reset, then value of resetDevice is true ; otherwise false. |