NI-SWITCH 19.0 .NET Framework 4.0 API Reference

Table of Contents

Item Property (Int32)

  • Updated2023-02-21
  • 2 minute(s) read
Item Property (Int32)
Gets the NISwitch.SwitchChannel object which corresponds to the channel index used in the index parameter.

Namespace:  NationalInstruments.ModularInstruments.NISwitch
Assembly:  NationalInstruments.ModularInstruments.NISwitch.Fx40 (in NationalInstruments.ModularInstruments.NISwitch.Fx40.dll) Version: 19.0.0.49152 (19.0.0.49152)
Visual Basic (Declaration)
Public ReadOnly Property Item ( _
	index As Integer _
) As SwitchChannel
C#
public SwitchChannel Item[
	int index
] { get; }

Parameters

index
Represents the index of the channel in the NI-SWITCH device.

Property Value

Type: NationalInstruments.ModularInstruments.NISwitch..::.SwitchChannel
Specifies a object of the type NISwitch.SwitchChannel.

See Also

Log in to get a better experience