NI-SCOPE .NET Class Library Help

Table of Contents

ScopeChannelCollection.Count Property

  • Updated2023-09-06
  • 1 minute(s) read
ScopeChannelCollection.Count Property

ScopeChannelCollectionCount Property

Gets the number of cached ScopeChannel objects in the collection, which is equal to the number of channels configured using a single-channel string (e.g., "0" or "1").

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

Syntax

public int Count { get; }
Public ReadOnly Property Count As Integer
	Get

Property Value

Type: Int32
The number of cached ScopeChannel objects contained in the collection, which is equal to the number of channels configured using a single-channel string (e.g., "0" or "1").

Implements

IIviRepeatedCapabilityCollectionTCount
IIviRepeatedCapabilityCollectionTCount

See Also

Log in to get a better experience