NI-DAQmx .NET Framework 4.5 API Reference

Switch.NumberOfSwitchChannels Property

  • 已更新2023-02-21
  • 閱讀時間為 1 分鐘
Switch.NumberOfSwitchChannels Property
Indicates the number of switch channels for the current topology of the device. This value matches the number of channel names in SwitchChannelList.

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

Syntax

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

Property Value

Type: Int64
Indicates the number of switch channels for the current topology of the device. This value matches the number of channel names in SwitchChannelList.

See Also