RfsgDriverOperation.RangeCheck Property
- Updated2024-05-08
- 1 minute(s) read
RfsgDriverOperationRangeCheck Property
Gets or sets whether to validate property values and method parameters.
Namespace: NationalInstruments.ModularInstruments.NIRfsg
Assembly: NationalInstruments.ModularInstruments.NIRfsg.Fx40 (in NationalInstruments.ModularInstruments.NIRfsg.Fx40.dll) Version: 2022
Syntax
public bool RangeCheck { get; set; }
Public Property RangeCheck As Boolean Get Set
Property Value
Type: Booleanif validation is enabled; otherwise, . The default value is .
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | The RangeCheck property was accessed after the associated NIRfsg object was disposed. |