Resets the channel specific property to its default value.

Syntax

Namespace: NationalInstruments.ModularInstruments.NIRfsg

public void ResetAttribute(string channelName, PropertyInfo propertyToReset)

Parameters

NameTypeDescription
channelNamestring

Specifies the channel name of the channel specific property.

propertyToResetPropertyInfo

Specifies the property to be reset.

Exceptions

TypeDescription
System.ObjectDisposedException

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