Resets the channel specific property to its default value.

Syntax

Namespace: NationalInstruments.ModularInstruments.NIRfsa

public void ResetAttribute(string channelName, PropertyInfo property)

Parameters

NameTypeDescription
channelNamestring

Specifies the channel name of the channel specific property.

propertyPropertyInfo

Specifies the property to be reset.

Exceptions

TypeDescription
System.ObjectDisposedException

The ResetAttribute method was accessed after the associated NIRfsa object was disposed.