NI-DAQmx .NET Framework 4.0 API Reference

Content Type
Programming Language
Current manual
Table of Contents

Channel.VirtualName Property

Channel.VirtualName Property

ChannelVirtualName Property

Gets the name of the virtual channel.

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

Syntax

public string VirtualName { get; }
Public ReadOnly Property VirtualName As String
	Get

Property Value

Type: String
A String that represents the name of the virtual channel.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also

Was this information helpful?