RfsgDriverOperation.RangeCheck Property
- Updated2025-02-03
- 1 minute(s) read
Rfsg
Gets or sets whether to validate property values and method parameters.
Namespace: NationalInstruments.ModularInstruments.NIRfsg
Assembly: NationalInstruments.ModularInstruments.NIRfsg.Fx45 (in NationalInstruments.ModularInstruments.NIRfsg.Fx45.dll) Version: 2025
Syntax
public bool RangeCheck { get; set; }
Public Property RangeCheck As Boolean Get Set
Property Value
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. |