NI-DAQmx .NET Framework 4.0 API Reference

Content Type
Programming Language
Current manual
Table of Contents

DigitalEdgeWatchdogExpirationTrigger.Edge Property

DigitalEdgeWatchdogExpirationTrigger.Edge Property

DigitalEdgeWatchdogExpirationTriggerEdge Property

Specifies on which edge of a digital signal to expire the watchdog task.

Namespace:  NationalInstruments.DAQmx
Assembly:  NationalInstruments.DAQmx (in NationalInstruments.DAQmx.dll) Version: 20.7.40.49302

Syntax

public DigitalEdgeWatchdogExpirationTriggerEdge Edge { get; set; }
Public Property Edge As DigitalEdgeWatchdogExpirationTriggerEdge
	Get
	Set

Property Value

Type: DigitalEdgeWatchdogExpirationTriggerEdge
Specifies on which edge of a digital signal to expire the watchdog task.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also

Was this information helpful?