NI-DAQmx .NET Framework 4.5 API Reference

CIChannel.PulseTimeLogicLevelBehavior Property

  • Updated2023-02-21
  • 1 minute(s) read
CIChannel.PulseTimeLogicLevelBehavior Property
Specifies the logic level behavior on the count reset line.

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

Syntax

public CIPulseTimeLogicLevelBehavior PulseTimeLogicLevelBehavior { get; set; }
Public Property PulseTimeLogicLevelBehavior As CIPulseTimeLogicLevelBehavior
	Get
	Set

Property Value

Type: CIPulseTimeLogicLevelBehavior
Specifies the logic level behavior on the count reset line.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also