ScopeChannelCollection.GetEnumerator Method
- Updated2023-09-06
- 1 minute(s) read
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: IEnumeratorScopeChannelAn enumerator that iterates through the collection of single-channel ScopeChannel instances.