NIRfsg Namespace

Table of Contents

RfsgDriverUtility.ResetAttribute(String, PropertyInfo) Method

  • Updated2025-05-22
  • 1 minute(s) read
RfsgDriverUtility.ResetAttribute(String, PropertyInfo) Method

RfsgDriverUtilityResetAttribute(String, PropertyInfo) Method

Resets the channel specific property to its default value.

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

Syntax

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

Parameters

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

Exceptions

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

See Also

Log in to get a better experience