RangeCheck
- Updated2026-01-12
- 1 minute(s) read
Gets or sets a value indicating whether to validate values and method parameters.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIDigital
public bool RangeCheck { get; set; }
Remarks
If you enable this property, the NI-Digital Pattern Driver software validates the parameter values that you pass to methods. This value is determined by the option string used to initialize the NIDigital session with the instrument.
Returns
true, if the instrument driver validates values and method parameters; otherwise, false. The default value is true.