Item Property (Int32)
- Updated2023-02-21
- 2 minute(s) read
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
- Type: System..::.Int32Represents the index of the channel in the NI-SWITCH device.