NI-DAQmx .NET Framework 4.5 API Reference

Device.Switch Property

  • Updated2023-02-21
  • 1 minute(s) read
Device.Switch Property

Note: This API is now obsolete.

Gets a Switch class for this device that contains properties and methods specific to switch devices.

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

Syntax

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

Property Value

Type: Switch
A Switch class for this device that contains properties and methods specific to switch devices.

See Also

Log in to get a better experience