NI-DCPower .NET fx40 API Reference

Table of Contents

DCPowerDriverOperation.Warning Event

  • Updated2024-01-04
  • 1 minute(s) read
DCPowerDriverOperation.Warning Event

DCPowerDriverOperationWarning Event

Occurs when the driver creates a driver warning.

Namespace:  NationalInstruments.ModularInstruments.NIDCPower
Assembly:  NationalInstruments.ModularInstruments.NIDCPower.Fx40 (in NationalInstruments.ModularInstruments.NIDCPower.Fx40.dll) Version: 2023

Syntax

public event EventHandler<DCPowerWarningEventArgs> Warning
Public Event Warning As EventHandler(Of DCPowerWarningEventArgs)

Value

Type: SystemEventHandlerDCPowerWarningEventArgs

Exceptions

ExceptionCondition
ObjectDisposedException The Warning event was accessed after the associated NIDCPower object was disposed.

Remarks

You will receive event notifications on registration as listeners.

See Also

Log in to get a better experience