ScopeDriverOperation.RangeCheck Property
- Updated2023-09-06
- 1 minute(s) read
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: Booleanif validating property values and method parameters are enabled; otherwise, .
Implements
IIviDriverOperationRangeCheckRemarks
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.