NI-SCOPE .NET Class Library Help

Table of Contents

ScopeChannelCollection.GetEnumerator Method

  • Updated2023-09-06
  • 1 minute(s) read
ScopeChannelCollection.GetEnumerator Method

ScopeChannelCollectionGetEnumerator Method

Returns an enumerator that iterates through the collection of single-channel ScopeChannel instances.

Namespace:  NationalInstruments.ModularInstruments.NIScope
Assembly:  NationalInstruments.ModularInstruments.NIScope.Fx45 (in NationalInstruments.ModularInstruments.NIScope.Fx45.dll) Version: 2023

Syntax

public IEnumerator<ScopeChannel> GetEnumerator()
Public Function GetEnumerator As IEnumerator(Of ScopeChannel)

Return Value

Type: IEnumeratorScopeChannel
An enumerator that iterates through the collection of single-channel ScopeChannel instances.

Implements

IEnumerableTGetEnumerator

See Also

Log in to get a better experience