NIRfsa Namespace

Table of Contents

RfsaDriverUtility.ResetAttribute(String, PropertyInfo) Method

  • Updated2025-07-17
  • 1 minute(s) read
RfsaDriverUtility.ResetAttribute(String, PropertyInfo) Method

RfsaDriverUtilityResetAttribute(String, PropertyInfo) Method

Resets the channel specific property to its default value.

Namespace: NationalInstruments.ModularInstruments.NIRfsa
Assembly: NationalInstruments.ModularInstruments.NIRfsa.Fx45 (in NationalInstruments.ModularInstruments.NIRfsa.Fx45.dll) Version: 2025

Syntax

public void ResetAttribute(
	string channelName,
	PropertyInfo property
)
Public Sub ResetAttribute ( 
	channelName As String,
	property As PropertyInfo
)

Parameters

channelName  String
Specifies the channel name of the channel specific property.
property  PropertyInfo
Specifies the property to be reset.

Exceptions

ExceptionCondition
ObjectDisposedException The ResetAttribute(PropertyInfo) method was accessed after the associated NIRfsa object was disposed.

See Also

Log in to get a better experience