RemoveCDaqSynchronizationConnection(string)
- Updated2026-02-05
- 1 minute(s) read
Removes a cDAQ Sync connection between devices. The connection is not verified.
Syntax
Namespace: NationalInstruments.DAQmx
public void RemoveCDaqSynchronizationConnection(string portList)
Parameters
| Name | Type | Description |
|---|---|---|
| portList | string | Specifies the cDAQ Sync ports to disconnect. |
Exceptions
| Type | Description |
|---|---|
| NationalInstruments.DAQmx.DaqException | The NI-DAQmx driver returned an error. |