NI-DAQmx .NET Framework 4.0 API Reference

Content Type
Programming Language
Current manual
Table of Contents
Product DocumentationNI-DAQmx .NET Framework 4.0 API Reference...DaqStream ClassDaqStream.ReadSynchronizationUnlockedChannelsExist PropertyCurrent page
Table of Contents

DaqStream.ReadSynchronizationUnlockedChannelsExist Property

DaqStream.ReadSynchronizationUnlockedChannelsExist Property

DaqStreamReadSynchronizationUnlockedChannelsExist Property

Indicates whether the target is currently locked to the grand master. Devices may report PLL Unlock either during acquisition or after acquisition.

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

Syntax

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

Property Value

Type: Boolean
Indicates whether the target is currently locked to the grand master. Devices may report PLL Unlock either during acquisition or after acquisition.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also

Was this information helpful?