ResetAttribute(string, PropertyInfo)
- Updated2025-10-14
- 1 minute(s) read
Resets the channel specific property to its default value.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsg
public void ResetAttribute(string channelName, PropertyInfo propertyToReset)
Parameters
| Name | Type | Description |
|---|---|---|
| channelName | string | Specifies the channel name of the channel specific property. |
| propertyToReset | PropertyInfo | Specifies the property to be reset. |
Exceptions
| Type | Description |
|---|---|
| System.ObjectDisposedException | The ResetAttribute method was accessed after the associated NIRfsg object was disposed. |