NI-DAQmx .NET Framework 4.0 API Reference

Content Type
Programming Language
Current manual
Table of Contents

Switch.NumberOfRows Property

Switch.NumberOfRows Property

SwitchNumberOfRows Property

Indicates the number of rows on a device in a matrix switch topology. Indicates the number of multiplexed channels on a device in a mux topology.

Namespace:  NationalInstruments.DAQmx
Assembly:  NationalInstruments.DAQmx (in NationalInstruments.DAQmx.dll) Version: 20.7.40.49302

Syntax

public long NumberOfRows { get; }
Public ReadOnly Property NumberOfRows As Long
	Get

Property Value

Type: Int64
Indicates the number of rows on a device in a matrix switch topology. Indicates the number of multiplexed channels on a device in a mux topology.

See Also

In This Section
Was this information helpful?