NI-SWITCH 19.0 .NET Framework 4.0 API Reference

Content Type
Programming Language
Current manual
Table of Contents

SwitchCharacteristics Class

SwitchCharacteristics Class
Defines properties used to obtain the characteristics of the NI-SWITCH device. These attributes are channel-based. The characteristics of all channels in a path determine the characteristics of the path. For example, the maximum current that a path can carry is the minimum of the maximum carry currents of the individual switches in the path.

Namespace:  NationalInstruments.ModularInstruments.NISwitch
Assembly:  NationalInstruments.ModularInstruments.NISwitch.Fx40 (in NationalInstruments.ModularInstruments.NISwitch.Fx40.dll) Version: 19.0.0.49152 (19.0.0.49152)

Syntax

Visual Basic (Declaration)
Public NotInheritable Class SwitchCharacteristics _
	Inherits SwitchSubObject _
	Implements IIviSwtchCharacteristics
C#
public sealed class SwitchCharacteristics : SwitchSubObject, 
	IIviSwtchCharacteristics

Implements

Ivi.Swtch..::.IIviSwtchCharacteristics

Remarks

For more information, refer to the NI Switches Help.

Inheritance Hierarchy

System..::.Object
  NationalInstruments.ModularInstruments.NISwitch..::.SwitchSubObject
    NationalInstruments.ModularInstruments.NISwitch..::.SwitchCharacteristics

Thread Safety

All members of this type are safe for multithreaded operations.

See Also

Was this information helpful?