NI-DAQmx .NET Framework 4.5 API Reference

CIChannel.VelocityAInputLogicLevelBehavior Property

  • Updated2023-02-21
  • 1 minute(s) read
CIChannel.VelocityAInputLogicLevelBehavior Property
Specifies the logic level behavior of the input terminal.

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

Syntax

public CIVelocityAInputLogicLevelBehavior VelocityAInputLogicLevelBehavior { get; set; }
Public Property VelocityAInputLogicLevelBehavior As CIVelocityAInputLogicLevelBehavior
	Get
	Set

Property Value

Type: CIVelocityAInputLogicLevelBehavior
Specifies the logic level behavior of the input terminal.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also