NI-DAQmx .NET Framework 4.0 API Reference

Table of Contents

DaqSystem.DeleteGlobalChannel Method

  • Updated2023-02-21
  • 1 minute(s) read
DaqSystem.DeleteGlobalChannel Method
Deletes the specified global channel that is stored in Measurement Automation Explorer (MAX).

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

Syntax

public void DeleteGlobalChannel(
	string persistedName
)
Public Sub DeleteGlobalChannel ( 
	persistedName As String
)

Parameters

persistedName
Type: SystemString
The name of the global channel to delete.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

Remarks

This method does not remove the global channel from tasks that use it.

See Also

Log in to get a better experience