NI-DAQmx .NET Framework 4.5 API Reference

DaqSystem.RemoveCDaqSynchronizationConnection Method

  • Updated2023-02-21
  • 1 minute(s) read
DaqSystem.RemoveCDaqSynchronizationConnection Method
Removes a cDAQ Sync connection between devices. The connection is not verified.

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

Syntax

public void RemoveCDaqSynchronizationConnection(
	string portList
)
Public Sub RemoveCDaqSynchronizationConnection ( 
	portList As String
)

Parameters

portList
Type: SystemString
Specifies the cDAQ Sync ports to disconnect.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also

Log in to get a better experience