NI-DAQmx .NET Framework 4.0 API Reference

Table of Contents

DaqSystem.SwitchRelays Property

  • Updated2023-02-21
  • 1 minute(s) read
DaqSystem.SwitchRelays Property

Note: This API is now obsolete.

Gets an array that contains the switch relay names of devices installed in the system.

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

Syntax

[ObsoleteAttribute("This property is obsolete.")]
public string[] SwitchRelays { get; }
<ObsoleteAttribute("This property is obsolete.")>
Public ReadOnly Property SwitchRelays As String()
	Get

Property Value

Type: String
An array of String that contains the switch relay names of devices installed in the system.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also

Log in to get a better experience