NI-Digital Pattern Driver .NET Class Library

Table of Contents

DigitalDriverOperation.RangeCheck Property

  • Updated2023-11-24
  • 1 minute(s) read
DigitalDriverOperation.RangeCheck Property

DigitalDriverOperationRangeCheck Property

Gets or sets a value indicating whether to validate values and method parameters.

Namespace:  NationalInstruments.ModularInstruments.NIDigital
Assembly:  NationalInstruments.ModularInstruments.NIDigital.Fx40 (in NationalInstruments.ModularInstruments.NIDigital.Fx40.dll) Version: 2021

Syntax

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

Property Value

Type: Boolean
, if the instrument driver validates values and method parameters; otherwise, . The default value is .

Implements

IIviDriverOperationRangeCheck

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.

See Also

Log in to get a better experience