NI-DAQmx .NET Framework 4.5 API Reference

DaqStream.PhaseLockedLoopUnlockedChannelsExist Property

  • 更新时间2023-02-21
  • 阅读时长1分钟
DaqStream.PhaseLockedLoopUnlockedChannelsExist Property
Indicates whether the PLL is currently locked, or whether it became unlocked during the previous acquisition. Devices may report PLL Unlock either during acquisition or after acquisition.

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

Syntax

public bool PhaseLockedLoopUnlockedChannelsExist { get; }
Public ReadOnly Property PhaseLockedLoopUnlockedChannelsExist As Boolean
	Get

Property Value

Type: Boolean
Indicates whether the PLL is currently locked, or whether it became unlocked during the previous acquisition. Devices may report PLL Unlock either during acquisition or after acquisition.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also