SelfTest()
- Updated2025-10-06
- 1 minute(s) read
Performs the instrument self-test routine and returns the test result(s). Calling this method implicitly calls the Reset method.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIDCPower
public DCPowerSelfTestResult SelfTest()
Remarks
When calling this method with the PXIe-4162/4163, specify all channels of your PXIe-4162/4163 with the resourceName input of the NIDCPower(string, bool, string) constructor. You cannot self test a subset of PXIe-4162/4163 channels.
Returns
Returns an object of type Ivi.Driver.SelfTestResult.
Exceptions
| Type | Description |
|---|---|
| System.ObjectDisposedException | The SelfTest method was called after the associated NIDCPower object was disposed. |