NI-DAQmx .NET Framework 4.0 API Reference

Table of Contents

DaqSystem.DeleteScale Method

  • Updated2023-02-21
  • 1 minute(s) read
DaqSystem.DeleteScale Method
Deletes the specified custom scale 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 DeleteScale(
	string persistedName
)
Public Sub DeleteScale ( 
	persistedName As String
)

Parameters

persistedName
Type: SystemString
The name of the scale to delete.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

Remarks

This method does not remove the custom scale from virtual channels that use it.

See Also

Log in to get a better experience