DCPowerWarning Class
- Updated2024-01-04
- 3 minute(s) read

DCPowerWarning Class
Provides warning codes for the warnings raised by the underlying driver.
Inheritance Hierarchy
Namespace: NationalInstruments.ModularInstruments.NIDCPower
Assembly: NationalInstruments.ModularInstruments.NIDCPower.Fx40 (in NationalInstruments.ModularInstruments.NIDCPower.Fx40.dll) Version: 2023
Syntax
public sealed class DCPowerWarning
Public NotInheritable Class DCPowerWarning
The DCPowerWarning type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | Code |
Gets the GUID code assigned to the warning.
|
![]() ![]() | ErrorQueryNotSupportedWarningCode |
Gets the warning code when Error Query is not supported.
|
![]() ![]() | MeasurementOverRangeWarningCode |
Gets the warning code when measurement is over range.
|
![]() ![]() | RangeCheckInProgressWarningCode |
Gets the warning code when measurement was attempted while a range check was in progress.
|
![]() | Text |
Gets the message related to the warning.
|
![]() ![]() | UnexpectedDriverWarningCode |
Gets the warning code for an unexpected driver warning.
|
Methods
Name | Description | |
---|---|---|
![]() | Equals(Object) |
Determines whether the current instance of DCPowerWarning and the object that you specify are equal.
(Overrides ObjectEquals(Object).) |
![]() | Equals(DCPowerWarning) |
Determines whether the current instance of DCPowerWarning and the DCPowerWarning object that you specify are equal.
|
![]() | Equals(DCPowerWarning, Boolean) |
Checks for the equality for the two DCPowerWarning objects considering whether warning message should be compared or not.
|
![]() | GetHashCode |
Returns the hash code for the current instance of DCPowerWarning.
(Overrides ObjectGetHashCode.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString |
Converts the current instance of DCPowerWarning to string.
(Overrides ObjectToString.) |
Operators
Name | Description | |
---|---|---|
![]() ![]() | Equality |
Checks whether the two instances of DCPowerWarning are equal.
|
![]() ![]() | Inequality |
Checks whether the two instances of DCPowerWarning are unequal.
|
Remarks
Represents the list of warnings returned by the driver.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.