SwitchChannelUsage Enumeration
- Updated2026-02-05
- 1 minute(s) read
Obsolete: This enum is obsolete. Will warn if used
Specifies how you can use the channel. Using this property acts as a safety mechanism to prevent you from connecting two source channels, for example.
Syntax
Namespace: NationalInstruments.DAQmx
public enum SwitchChannelUsage
Members
| Name | Value | Description |
|---|---|---|
| Source | 10439 | You can use the channel only as an input for a signal. |
| Load | 10440 | You can use the channel only as the output for a signal passing through the switch. |
| ReservedForRouting | 10441 | You can use the channel only to complete routes within a switch. |