NIRfsa Namespace

Table of Contents

RfsaDriverOperation.RangeCheck Property

  • Updated2025-07-17
  • 1 minute(s) read
RfsaDriverOperation.RangeCheck Property

RfsaDriverOperationRangeCheck Property

Gets or sets whether to validate proper values and method parameters. If you enable this property, NI-RFSA validates the parameter values that you pass to NI-RFSA methods.

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

Syntax

public bool RangeCheck { get; set; }
Public Property RangeCheck As Boolean
	Get
	Set

Property Value

Boolean
if validating property values and method parameters are enabled; otherwise, .

Exceptions

ExceptionCondition
ObjectDisposedException The RangeCheck property was accessed after the associated NIRfsa object was disposed.

Remarks

Range checking parameters is very useful for debugging. After you validate your program, you can set this property to to disable range checking and maximize performance.

See Also

Log in to get a better experience