NI-DAQmx .NET Framework 4.0 API Reference

Content Type
Programming Language
Current manual
Table of Contents

SwitchChannel Class

SwitchChannel Class

SwitchChannel Class

Note: This API is now obsolete.

Encapsulates a channel on a switch device and contains properties and methods that operate on switch channels outside the context of a task. This class also defines the intended use of particular switch channels in tasks.

Inheritance Hierarchy

SystemObject
  SystemMarshalByRefObject
    NationalInstruments.DAQmxSwitchChannel

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

Syntax

[ObsoleteAttribute("This type is obsolete.")]
public class SwitchChannel : MarshalByRefObject, 
	IDisposable
<ObsoleteAttribute("This type is obsolete.")>
Public Class SwitchChannel
	Inherits MarshalByRefObject
	Implements IDisposable

The SwitchChannel type exposes the following members.

Properties

  NameDescription
Public propertyAnalogBusSharingEnable
Specifies whether to enable sharing of an analog bus line so that multiple switch devices can connect to it simultaneously. For each device that will share the analog bus line, set this property to to enable sharing on the channel that connects to the analog bus line. Analog bus sharing is disabled by default.
Public propertyBandwidth
Indicates in Hertz the maximum frequency of a signal that can pass through the switch without significant deterioration.
Public propertyImpedance
Indicates in ohms the switch impedance. This value is important in the RF domain and should match the impedance of the sources and loads.
Public propertyMaxACCarryCurrent
Indicates in amperes the maximum AC current that the device can carry.
Public propertyMaxACCarryPower
Indicates in watts the maximum AC power that the device can carry.
Public propertyMaxACSwitchCurrent
Indicates in amperes the maximum AC current that the device can switch. This current is always against an RMS voltage level.
Public propertyMaxACSwitchPower
Indicates in watts the maximum AC power that the device can switch.
Public propertyMaxACVoltage
Indicates in volts the maximum AC RMS voltage that the device can switch.
Public propertyMaxDCCarryCurrent
Indicates in amperes the maximum DC current that the device can carry.
Public propertyMaxDCCarryPower
Indicates in watts the maximum DC power that the device can carry.
Public propertyMaxDCSwitchCurrent
Indicates in amperes the maximum DC current that the device can switch. This current is always against a DC voltage level.
Public propertyMaxDCSwitchPower
Indicates in watts the maximum DC power that the device can switch.
Public propertyMaxDCVoltage
Indicates in volts the maximum DC voltage that the device can switch.
Public propertyUsage
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.
Public propertyWireMode
Indicates the number of wires that the channel switches.
Top

Methods

  NameDescription
Public methodCreateObjRef
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
(Inherited from MarshalByRefObject.)
Public methodDispose
Releases all resources used by SwitchChannel.
Protected methodDispose(Boolean)
Releases the managed and unmanaged resources used by SwitchChannel or optionally releases only the unmanaged resources.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetLifetimeService
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInitializeLifetimeService
Obtains a lifetime service object to control the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodMemberwiseClone(Boolean)
Creates a shallow copy of the current MarshalByRefObject object.
(Inherited from MarshalByRefObject.)
Public methodToString
Returns a string representation of the object.
(Overrides ObjectToString.)
Top

Remarks

Use the LoadSwitchChannel(String) method on the Local instance of DaqSystem to create an instance of this class for a switch channel on your system.
Tip Tip
Example applications are located in the Public Documents\National Instruments\NI-DAQ\Examples\DotNET4.x directory or in the Start menu at National InstrumentsNI-DAQmxNI-DAQmx Examples.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Was this information helpful?