DaqSystem.SwitchTopologies Property
- Updated2023-02-21
- 1 minute(s) read
DaqSystemSwitchTopologies Property
Note: This API is now obsolete.
Gets an array containing the names of all switch topologies.
Namespace: NationalInstruments.DAQmx
Assembly: NationalInstruments.DAQmx (in NationalInstruments.DAQmx.dll) Version: 20.7.40.49302
Syntax
[ObsoleteAttribute("This property is obsolete.")] public string[] SwitchTopologies { get; }
<ObsoleteAttribute("This property is obsolete.")> Public ReadOnly Property SwitchTopologies As String() Get
Property Value
Type: StringAn array of String that contains the names of all switch topologies.
Exceptions
Exception | Condition |
---|---|
DaqException | The NI-DAQmx driver returned an error. |