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