NI-Digital Pattern Driver .NET Class Library

Table of Contents

DigitalDriverUtility.ResetAttribute Method (String, Int32)

  • Updated2023-11-24
  • 1 minute(s) read
DigitalDriverUtility.ResetAttribute Method (String, Int32)

DigitalDriverUtilityResetAttribute Method (String, Int32)

Resets a driver attribute to its default state using a string to specify pins, pin groups, or channels.

Namespace:  NationalInstruments.ModularInstruments.NIDigital
Assembly:  NationalInstruments.ModularInstruments.NIDigital.Fx40 (in NationalInstruments.ModularInstruments.NIDigital.Fx40.dll) Version: 2021

Syntax

public void ResetAttribute(
	string pinSetString,
	int attributeId
)
Public Sub ResetAttribute ( 
	pinSetString As String,
	attributeId As Integer
)

Parameters

pinSetString
Type: SystemString
The pin set string representing the pins, pin groups, or channels to reset the attribute for.
attributeId
Type: SystemInt32
The attribute to reset.

Exceptions

ExceptionCondition
SelectorNameExceptionThe value for pinSetString contains a pin or pin group name not loaded in the pin map.
OperationNotSupportedExceptionThe value for attributeId is not a valid attribute identifier.

See Also

Log in to get a better experience