NI-DAQmx .NET Framework 4.0 API Reference

Content Type
Programming Language
Current manual
Table of Contents

DaqSystem.SwitchTopologies Property

DaqSystem.SwitchTopologies Property

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: String
An array of String that contains the names of all switch topologies.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also

Was this information helpful?