SwitchCharacteristics Class
- Updated2023-02-21
- 2 minute(s) read
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.