NI-DAQmx .NET Framework 4.5 API Reference

DaqSystem.LoadPhysicalChannel Method

  • Updated2023-02-21
  • 1 minute(s) read
DaqSystem.LoadPhysicalChannel Method
Creates a PhysicalChannel that you can use to configure and retrieve TEDS information for the specified physical channel.

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

Syntax

public PhysicalChannel LoadPhysicalChannel(
	string physicalChannelName
)
Public Function LoadPhysicalChannel ( 
	physicalChannelName As String
) As PhysicalChannel

Parameters

physicalChannelName
Type: SystemString
The name of the physical channel.

Return Value

Type: PhysicalChannel
A PhysicalChannel that represents the physical channel.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also

Log in to get a better experience