NI-SCOPE .NET Class Library Help

ScopeDriverOperation.RangeCheck Property

  • Updated2023-09-06
  • 1 minute(s) read
ScopeDriverOperation.RangeCheck Property

ScopeDriverOperationRangeCheck Property

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

Namespace:  NationalInstruments.ModularInstruments.NIScope
Assembly:  NationalInstruments.ModularInstruments.NIScope.Fx45 (in NationalInstruments.ModularInstruments.NIScope.Fx45.dll) Version: 2023

Syntax

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

Property Value

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

Implements

IIviDriverOperationRangeCheck

Remarks

Range-checking parameters are 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